#6181BF

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

Shades of Havelock Blue #6181BF

Tints of Havelock Blue #6181BF

Color information

#6181BF (or 0x6181BF) is unknown color: approx Havelock Blue. HEX triplet: 61, 81 and BF. RGB value is (97,129,191). Sum of RGB (Red+Green+Blue) = 97+129+191=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #6181BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6181BF is #9E7E40. Grayscale: #7E7E7E. Windows color (decimal): -10387009 or 12550497. OLE color: 12550497.

HSL color Cylindrical-coordinate representation of color #6181BF: hue angle of 219.57º 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 #6181BF is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97129191-
CMYK0.490.3200.25
HSL219.57º42.34%56.47%-
HSV(B)219.57º49.21%74.9%-
XYZ22.182252.37-
YUV126.5164.4106.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 191 (75% from 255) = 45.80%
R=23.26%
G=30.94%
B=45.80%

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
Decimal971291910.490.3200.25219.5742.3456.47
Hex6181BF3120019dc2a38
Octal14120127761400313345270
Binary1100001100000011011111111000110000001100111011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6181BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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