#6182BF

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

Shades of Havelock Blue #6182BF

Tints of Havelock Blue #6182BF

Color information

#6182BF (or 0x6182BF) is unknown color: approx Havelock Blue. HEX triplet: 61, 82 and BF. RGB value is (97,130,191). Sum of RGB (Red+Green+Blue) = 97+130+191=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #6182BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182BF is #9E7D40. Grayscale: #7E7E7E. Windows color (decimal): -10386753 or 12550753. OLE color: 12550753.

HSL color Cylindrical-coordinate representation of color #6182BF: hue angle of 218.94º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6182BF is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97130191-
CMYK0.490.3200.25
HSL218.94º42.34%56.47%-
HSV(B)218.94º49.21%74.9%-
XYZ22.3222.2752.41-
YUV127.09164.07106.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.21%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 191 (75% from 255) = 45.69%
R=23.21%
G=31.10%
B=45.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971301910.490.3200.25218.9442.3456.47
Hex6182BF3120019db2a38
Octal14120227761400313335270
Binary1100001100000101011111111000110000001100111011011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6182BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6182BF; }

 p { color: rgb(97,130,191); }

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

<style>
 a { background-color: #6182BF; }

 a { background-color: rgb(97,130,191); }

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

<style>
 span { border-color: #6182BF; }

 span { border-color: rgb(97,130,191); }

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