#6083CE

Color #6083CE Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #6083CE

Tints of Havelock Blue #6083CE

Color information

#6083CE (or 0x6083CE) is unknown color: approx Havelock Blue. HEX triplet: 60, 83 and CE. RGB value is (96,131,206). Sum of RGB (Red+Green+Blue) = 96+131+206=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #6083CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6083CE is #9F7C31. Grayscale: #808080. Windows color (decimal): -10452018 or 13534048. OLE color: 13534048.

HSL color Cylindrical-coordinate representation of color #6083CE: hue angle of 220.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6083CE is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96131206-
CMYK0.530.3600.19
HSL220.91º52.88%59.22%-
HSV(B)220.91º53.4%80.78%-
XYZ24.0823.1861.6-
YUV129.08171.4104.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 22.17%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 206 (80.86% from 255) = 47.58%
R=22.17%
G=30.25%
B=47.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961312060.530.3600.19220.9152.8859.22
Hex6083CE3524013dd353b
Octal14020331665440233356573
Binary1100000100000111100111011010110010001001111011101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6083CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6083CE; }

 p { color: rgb(96,131,206); }

 H1.HeaderClassName
 {
   color: #6083CE;
 }
 .AnyTagClassName
 {
   color: #6083CE;
 }
</style>
background-color css

<style>
 a { background-color: #6083CE; }

 a { background-color: rgb(96,131,206); }

 div.DivClassName
 {
   background-color: #6083CE;
 }
 .BgClassName
 {
   background-color: #6083CE;
 }
</style>
border-color css

<style>
 span { border-color: #6083CE; }

 span { border-color: rgb(96,131,206); }

 td.TdClassName
 {
   border-color: #6083CE;
 }
 .TagClassName
 {
   border-color: #6083CE;
 }
</style>