#6080ce

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

Shades of Havelock Blue #6080CE

Tints of Havelock Blue #6080CE

Color information

#6080CE (or 0x6080CE) is unknown color: approx Havelock Blue. HEX triplet: 60, 80 and CE. RGB value is (96,128,206). Sum of RGB (Red+Green+Blue) = 96+128+206=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #6080CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6080CE is #9F7F31. Grayscale: #7E7E7E. Windows color (decimal): -10452786 or 13533280. OLE color: 13533280.

HSL color Cylindrical-coordinate representation of color #6080CE: hue angle of 222.55º 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 #6080CE is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96128206-
CMYK0.530.3800.19
HSL222.55º52.88%59.22%-
HSV(B)222.55º53.4%80.78%-
XYZ23.6822.3861.46-
YUV127.32172.4105.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.33%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 206 (80.86% from 255) = 47.91%
R=22.33%
G=29.77%
B=47.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961282060.530.3800.19222.5552.8859.22
Hex6080CE3526013df353b
Octal14020031665460233376573
Binary1100000100000001100111011010110011001001111011111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6080ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6080ce; }

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

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

<style>
 a { background-color: #6080ce; }

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

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

<style>
 span { border-color: #6080ce; }

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

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