#6180D8

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

Shades of Havelock Blue #6180D8

Tints of Havelock Blue #6180D8

Color information

#6180D8 (or 0x6180D8) is unknown color: approx Havelock Blue. HEX triplet: 61, 80 and D8. RGB value is (97,128,216). Sum of RGB (Red+Green+Blue) = 97+128+216=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #6180D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180D8 is #9E7F27. Grayscale: #808080. Windows color (decimal): -10387240 or 14188641. OLE color: 14188641.

HSL color Cylindrical-coordinate representation of color #6180D8: hue angle of 224.37º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6180D8 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97128216-
CMYK0.550.4100.15
HSL224.37º60.41%61.37%-
HSV(B)224.37º55.09%84.71%-
XYZ25.0422.9468.07-
YUV128.76177.23105.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 216 (84.77% from 255) = 48.98%
R=22.00%
G=29.02%
B=48.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971282160.550.4100.15224.3760.4161.37
Hex6180D837290Fe03c3d
Octal14120033067510173407475
Binary110000110000000110110001101111010010111111100000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6180D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6180D8; }

 p { color: rgb(97,128,216); }

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

<style>
 a { background-color: #6180D8; }

 a { background-color: rgb(97,128,216); }

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

<style>
 span { border-color: #6180D8; }

 span { border-color: rgb(97,128,216); }

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