#6075D6

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

Shades of Havelock Blue #6075D6

Tints of Havelock Blue #6075D6

Color information

#6075D6 (or 0x6075D6) is unknown color: approx Havelock Blue. HEX triplet: 60, 75 and D6. RGB value is (96,117,214). Sum of RGB (Red+Green+Blue) = 96+117+214=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #6075D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6075D6 is #9F8A29. Grayscale: #797979. Windows color (decimal): -10455594 or 14054752. OLE color: 14054752.

HSL color Cylindrical-coordinate representation of color #6075D6: hue angle of 229.32º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6075D6 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB96117214-
CMYK0.550.4500.16
HSL229.32º59%60.78%-
HSV(B)229.32º55.14%83.92%-
XYZ23.3220.0666.26-
YUV121.78180.04109.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 214 (83.98% from 255) = 50.12%
R=22.48%
G=27.40%
B=50.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal961172140.550.4500.16229.325960.78
Hex6075D6372D010e53b3d
Octal14016532667550203457375
Binary110000011101011101011011011110110101000011100101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6075D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6075D6; }

 p { color: rgb(96,117,214); }

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

<style>
 a { background-color: #6075D6; }

 a { background-color: rgb(96,117,214); }

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

<style>
 span { border-color: #6075D6; }

 span { border-color: rgb(96,117,214); }

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