Color Hex Logo

#6098de Color Hex

#6098DE
(96,152,222)
0 Favorites   0 Comments

Color spaces of #6098de

RGB 96152222
HSL0.590.660.62
HSV213°57°87°
CMYK 0.570.320.00   0.13
XYZ29.236930.217273.3988
Yxy30.21720.22010.2274
Hunter Lab54.9702-1.2593-40.6877
CIE-Lab61.84121.9988-41.1547

#6098de color RGB value is (96,152,222).

#6098de hex color red value is 96, green value is 152 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6098de hue: 0.59 , saturation: 0.66 and the lightness value of 6098de is 0.62.

The process color (four color CMYK) of #6098de color hex is 0.57, 0.32, 0.00, 0.13. Web safe color of #6098de is #6699cc. Color #6098de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011000 11011110
Octal 140 230 336
Decimal 96 152 222
Hex 60 98 DE

RGB Percentages of Color #6098de

%20.43
%32.34
%47.23

CMYK Percentages of Color #6098de

%57
%32
%0
%13

Triadic Colors of #6098de

#6098de #de6098 #98de60

Analogous Colors of #6098de

#6098de #6760de #60d7de

Monochromatic Colors of #6098de

#6098de

Complementary Color

#6098de #dea660

#6098de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6098de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6098de Color CSS Codes

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

#6098de Text Font Color

<p style="color:#6098de">Text here</p>

This sample text font color is #6098de
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.


#6098de Background Color

<div style="background-color:#6098de">
Div content here</div>

This div background color is #6098de


#6098de Border Color

<div style="border:3px solid #6098de">
Div here</div>

This div border color is #6098de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,152,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6098de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6098de;
  -webkit-box-shadow: 1px 1px 3px 2px #6098de;
  box-shadow:         1px 1px 3px 2px #6098de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6098de


Comments

No comments written yet.

Please login to write comment.