Color Hex Logo

#6085de Color Hex

#6085DE
(96,133,222)
0 Favorites   0 Comments

Color spaces of #6085de

RGB 96133222
HSL0.620.660.62
HSV222°57°87°
CMYK 0.570.400.00   0.13
XYZ26.396224.535872.4519
Yxy24.53580.21390.1989
Hunter Lab49.53368.4378-52.0488
CIE-Lab56.620313.1968-49.3989

#6085de color RGB value is (96,133,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000101 11011110
Octal 140 205 336
Decimal 96 133 222
Hex 60 85 DE

RGB Percentages of Color #6085de

%21.29
%29.49
%49.22

CMYK Percentages of Color #6085de

%57
%40
%0
%13

Triadic Colors of #6085de

#6085de #de6085 #85de60

Analogous Colors of #6085de

#6085de #7a60de #60c4de

Monochromatic Colors of #6085de

#6085de

Complementary Color

#6085de #deb960

#6085de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6085de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6085de Color CSS Codes

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

#6085de Text Font Color

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

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


#6085de Background Color

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

This div background color is #6085de


#6085de Border Color

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

This div border color is #6085de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,133,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 #6085de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6085de

#6085de Color Palettes


Comments

No comments written yet.

Please login to write comment.