#6178CF

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

Shades of Havelock Blue #6178CF

Tints of Havelock Blue #6178CF

Color information

#6178CF (or 0x6178CF) is unknown color: approx Havelock Blue. HEX triplet: 61, 78 and CF. RGB value is (97,120,207). Sum of RGB (Red+Green+Blue) = 97+120+207=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #6178CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6178CF is #9E8730. Grayscale: #7A7A7A. Windows color (decimal): -10389297 or 13596769. OLE color: 13596769.

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

Color convert

RGB97120207-
CMYK0.530.4200.19
HSL227.45º53.4%59.61%-
HSV(B)227.45º53.14%81.18%-
XYZ22.9120.4861.78-
YUV123.04175.38109.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.88%
GREEN value IS 120 (47.27% from 255) = 28.30%
BLUE value IS 207 (81.25% from 255) = 48.82%
R=22.88%
G=28.30%
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
Decimal971202070.530.4200.19227.4553.459.61
Hex6178CF352A013e3353c
Octal14117031765520233436574
Binary110000111110001100111111010110101001001111100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6178CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6178CF; }

 p { color: rgb(97,120,207); }

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

<style>
 a { background-color: #6178CF; }

 a { background-color: rgb(97,120,207); }

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

<style>
 span { border-color: #6178CF; }

 span { border-color: rgb(97,120,207); }

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