#6078CE

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

Shades of Havelock Blue #6078CE

Tints of Havelock Blue #6078CE

Color information

#6078CE (or 0x6078CE) is unknown color: approx Havelock Blue. HEX triplet: 60, 78 and CE. RGB value is (96,120,206). Sum of RGB (Red+Green+Blue) = 96+120+206=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #6078CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6078CE is #9F8731. Grayscale: #7A7A7A. Windows color (decimal): -10454834 or 13531232. OLE color: 13531232.

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

Color convert

RGB96120206-
CMYK0.530.4200.19
HSL226.91º52.88%59.22%-
HSV(B)226.91º53.4%80.78%-
XYZ22.6820.3861.13-
YUV122.63175.05109.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.75%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 206 (80.86% from 255) = 48.82%
R=22.75%
G=28.44%
B=48.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961202060.530.4200.19226.9152.8859.22
Hex6078CE352A013e3353b
Octal14017031665520233436573
Binary110000011110001100111011010110101001001111100011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6078CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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