#6184CF

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

Shades of Havelock Blue #6184CF

Tints of Havelock Blue #6184CF

Color information

#6184CF (or 0x6184CF) is unknown color: approx Havelock Blue. HEX triplet: 61, 84 and CF. RGB value is (97,132,207). Sum of RGB (Red+Green+Blue) = 97+132+207=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #6184CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6184CF is #9E7B30. Grayscale: #818181. Windows color (decimal): -10386225 or 13599841. OLE color: 13599841.

HSL color Cylindrical-coordinate representation of color #6184CF: hue angle of 220.91º 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 #6184CF is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97132207-
CMYK0.530.3600.19
HSL220.91º53.4%59.61%-
HSV(B)220.91º53.14%81.18%-
XYZ24.4423.5562.29-
YUV130.08171.4104.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.25%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 207 (81.25% from 255) = 47.48%
R=22.25%
G=30.28%
B=47.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971322070.530.3600.19220.9153.459.61
Hex6184CF3524013dd353c
Octal14120431765440233356574
Binary1100001100001001100111111010110010001001111011101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6184CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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