#6181BC

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

Shades of Havelock Blue #6181BC

Tints of Havelock Blue #6181BC

Color information

#6181BC (or 0x6181BC) is unknown color: approx Havelock Blue. HEX triplet: 61, 81 and BC. RGB value is (97,129,188). Sum of RGB (Red+Green+Blue) = 97+129+188=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #6181BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6181BC is #9E7E43. Grayscale: #7D7D7D. Windows color (decimal): -10387012 or 12353889. OLE color: 12353889.

HSL color Cylindrical-coordinate representation of color #6181BC: hue angle of 218.9º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6181BC is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97129188-
CMYK0.480.3100.26
HSL218.9º40.44%55.88%-
HSV(B)218.9º48.4%73.73%-
XYZ21.8621.8750.65-
YUV126.16162.9107.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.43%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=23.43%
G=31.16%
B=45.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971291880.480.3100.26218.940.4455.88
Hex6181BC301F01Adb2838
Octal14120127460370323335070
Binary110000110000001101111001100001111101101011011011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6181BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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