#6181CA

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

Shades of Havelock Blue #6181CA

Tints of Havelock Blue #6181CA

Color information

#6181CA (or 0x6181CA) is unknown color: approx Havelock Blue. HEX triplet: 61, 81 and CA. RGB value is (97,129,202). Sum of RGB (Red+Green+Blue) = 97+129+202=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #6181CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6181CA is #9E7E35. Grayscale: #7F7F7F. Windows color (decimal): -10386998 or 13271393. OLE color: 13271393.

HSL color Cylindrical-coordinate representation of color #6181CA: hue angle of 221.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6181CA is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97129202-
CMYK0.520.3600.21
HSL221.71º49.76%58.63%-
HSV(B)221.71º51.98%79.22%-
XYZ23.4422.5158.99-
YUV127.75169.9106.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.66%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=22.66%
G=30.14%
B=47.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971292020.520.3600.21221.7149.7658.63
Hex6181CA3424015de323b
Octal14120131264440253366273
Binary1100001100000011100101011010010010001010111011110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6181CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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