Color Hex Logo

#6083de Color Hex

#6083DE
(96,131,222)
0 Favorites   0 Comments

Color spaces of #6083de

RGB 96131222
HSL0.620.660.62
HSV223°57°87°
CMYK 0.570.410.00   0.13
XYZ26.125023.993372.3615
Yxy23.99330.21330.1959
Hunter Lab48.98309.4826-53.2998
CIE-Lab56.081114.3999-50.2559

#6083de color RGB value is (96,131,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000011 11011110
Octal 140 203 336
Decimal 96 131 222
Hex 60 83 DE

RGB Percentages of Color #6083de

%21.38
%29.18
%49.44

CMYK Percentages of Color #6083de

%57
%41
%0
%13

Triadic Colors of #6083de

#6083de #de6083 #83de60

Analogous Colors of #6083de

#6083de #7c60de #60c2de

Monochromatic Colors of #6083de

#6083de

Complementary Color

#6083de #debb60

#6083de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6083de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6083de Color CSS Codes

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

#6083de Text Font Color

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

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


#6083de Background Color

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

This div background color is #6083de


#6083de Border Color

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

This div border color is #6083de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6083de


Comments

No comments written yet.

Please login to write comment.