#6181CF

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

Shades of Havelock Blue #6181CF

Tints of Havelock Blue #6181CF

Color information

#6181CF (or 0x6181CF) is unknown color: approx Havelock Blue. HEX triplet: 61, 81 and CF. RGB value is (97,129,207). Sum of RGB (Red+Green+Blue) = 97+129+207=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #6181CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6181CF is #9E7E30. Grayscale: #7F7F7F. Windows color (decimal): -10386993 or 13599073. OLE color: 13599073.

HSL color Cylindrical-coordinate representation of color #6181CF: hue angle of 222.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6181CF is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97129207-
CMYK0.530.3800.19
HSL222.55º53.4%59.61%-
HSV(B)222.55º53.14%81.18%-
XYZ24.0422.7562.15-
YUV128.32172.4105.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.40%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 207 (81.25% from 255) = 47.81%
R=22.40%
G=29.79%
B=47.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971292070.530.3800.19222.5553.459.61
Hex6181CF3526013df353c
Octal14120131765460233376574
Binary1100001100000011100111111010110011001001111011111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6181CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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