Color Hex Logo

#6298fd Color Hex

#6298FD
(98,152,253)
0 Favorites   0 Comments

Color spaces of #6298fd

RGB 98152253
HSL0.610.970.69
HSV219°61°99°
CMYK 0.610.400.00   0.01
XYZ33.994932.145097.3414
Yxy32.14500.20790.1966
Hunter Lab56.69667.8085-62.1064
CIE-Lab63.462512.4074-55.6634

#6298fd color RGB value is (98,152,253).

#6298fd hex color red value is 98, green value is 152 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6298fd hue: 0.61 , saturation: 0.97 and the lightness value of 6298fd is 0.69.

The process color (four color CMYK) of #6298fd color hex is 0.61, 0.40, 0.00, 0.01. Web safe color of #6298fd is #6699ff. Color #6298fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011000 11111101
Octal 142 230 375
Decimal 98 152 253
Hex 62 98 FD

RGB Percentages of Color #6298fd

%19.48
%30.22
%50.30

CMYK Percentages of Color #6298fd

%61
%40
%0
%1

Triadic Colors of #6298fd

#6298fd #fd6298 #98fd62

Analogous Colors of #6298fd

#6298fd #7a62fd #62e6fd

Monochromatic Colors of #6298fd

#6298fd

Complementary Color

#6298fd #fdc762

#6298fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6298fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6298fd Color CSS Codes

.mybgcolor {background-color:#6298fd; } 
.myforecolor {color:#6298fd; }
.mybordercolor {border:3px solid #6298fd; }

#6298fd Text Font Color

<p style="color:#6298fd">Text here</p>

This sample text font color is #6298fd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6298fd Background Color

<div style="background-color:#6298fd">
Div content here</div>

This div background color is #6298fd


#6298fd Border Color

<div style="border:3px solid #6298fd">
Div here</div>

This div border color is #6298fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,152,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6298fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6298fd;
  -webkit-box-shadow: 1px 1px 3px 2px #6298fd;
  box-shadow:         1px 1px 3px 2px #6298fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,152,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6298fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6298fd;
  -webkit-box-shadow: 1px 1px 3px 2px #6298fd;
  box-shadow:         1px 1px 3px 2px #6298fd;">
Div content here</div>

This div box has shadow with color #6298fd


Comments

No comments written yet.

Please login to write comment.