#6078D5

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

Shades of Havelock Blue #6078D5

Tints of Havelock Blue #6078D5

Color information

#6078D5 (or 0x6078D5) is unknown color: approx Havelock Blue. HEX triplet: 60, 78 and D5. RGB value is (96,120,213). Sum of RGB (Red+Green+Blue) = 96+120+213=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 213 (83.59% from 255 or 49.65% from 429); Max value from RGB is 213 - color contains mainly: blue. Hex color #6078D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6078D5 is #9F872A. Grayscale: #7B7B7B. Windows color (decimal): -10454827 or 13989984. OLE color: 13989984.

HSL color Cylindrical-coordinate representation of color #6078D5: hue angle of 227.69º degrees, saturation: 0.58, 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 #6078D5 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB96120213-
CMYK0.550.4400.16
HSL227.69º58.21%60.59%-
HSV(B)227.69º54.93%83.53%-
XYZ23.5520.7265.71-
YUV123.43178.55108.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.38%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 213 (83.59% from 255) = 49.65%
R=22.38%
G=27.97%
B=49.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal961202130.550.4400.16227.6958.2160.59
Hex6078D5372C010e43a3d
Octal14017032567540203447275
Binary110000011110001101010111011110110001000011100100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6078D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6078D5; }

 p { color: rgb(96,120,213); }

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

<style>
 a { background-color: #6078D5; }

 a { background-color: rgb(96,120,213); }

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

<style>
 span { border-color: #6078D5; }

 span { border-color: rgb(96,120,213); }

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