Color Hex Logo

#6083cc Color Hex

#6083CC
(96,131,204)
0 Favorites   0 Comments

Color spaces of #6083cc

RGB 96131204
HSL0.610.510.59
HSV221°53°80°
CMYK 0.530.360.00   0.20
XYZ23.839323.079060.3250
Yxy23.07900.22230.2152
Hunter Lab48.04064.5064-40.8225
CIE-Lab55.15368.6259-41.5854

#6083cc color RGB value is (96,131,204).

#6083cc hex color red value is 96, green value is 131 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6083cc hue: 0.61 , saturation: 0.51 and the lightness value of 6083cc is 0.59.

The process color (four color CMYK) of #6083cc color hex is 0.53, 0.36, 0.00, 0.20. Web safe color of #6083cc is #6699cc. Color #6083cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000011 11001100
Octal 140 203 314
Decimal 96 131 204
Hex 60 83 CC

RGB Percentages of Color #6083cc

%22.27
%30.39
%47.33

CMYK Percentages of Color #6083cc

%53
%36
%0
%20

Triadic Colors of #6083cc

#6083cc #cc6083 #83cc60

Analogous Colors of #6083cc

#6083cc #7360cc #60b9cc

Monochromatic Colors of #6083cc

#6083cc

Complementary Color

#6083cc #cca960

#6083cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6083cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6083cc Color CSS Codes

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

#6083cc Text Font Color

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

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


#6083cc Background Color

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

This div background color is #6083cc


#6083cc Border Color

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

This div border color is #6083cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6083cc


Comments

No comments written yet.

Please login to write comment.