#6181BA

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

Shades of Havelock Blue #6181BA

Tints of Havelock Blue #6181BA

Color information

#6181BA (or 0x6181BA) is unknown color: approx Havelock Blue. HEX triplet: 61, 81 and BA. RGB value is (97,129,186). Sum of RGB (Red+Green+Blue) = 97+129+186=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #6181BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6181BA is #9E7E45. Grayscale: #7D7D7D. Windows color (decimal): -10387014 or 12222817. OLE color: 12222817.

HSL color Cylindrical-coordinate representation of color #6181BA: hue angle of 218.43º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6181BA is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97129186-
CMYK0.480.3100.27
HSL218.43º39.21%55.49%-
HSV(B)218.43º47.85%72.94%-
XYZ21.6421.7949.52-
YUV125.93161.9107.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.54%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=23.54%
G=31.31%
B=45.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971291860.480.3100.27218.4339.2155.49
Hex6181BA301F01Bda2737
Octal14120127260370333324767
Binary110000110000001101110101100001111101101111011010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6181BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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