#6182D8

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

Shades of Havelock Blue #6182D8

Tints of Havelock Blue #6182D8

Color information

#6182D8 (or 0x6182D8) is unknown color: approx Havelock Blue. HEX triplet: 61, 82 and D8. RGB value is (97,130,216). Sum of RGB (Red+Green+Blue) = 97+130+216=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #6182D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182D8 is #9E7D27. Grayscale: #818181. Windows color (decimal): -10386728 or 14189153. OLE color: 14189153.

HSL color Cylindrical-coordinate representation of color #6182D8: hue angle of 223.36º 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 #6182D8 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97130216-
CMYK0.550.4000.15
HSL223.36º60.41%61.37%-
HSV(B)223.36º55.09%84.71%-
XYZ25.3123.4668.16-
YUV129.94176.57104.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.90%
GREEN value IS 130 (51.17% from 255) = 29.35%
BLUE value IS 216 (84.77% from 255) = 48.76%
R=21.90%
G=29.35%
B=48.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971302160.550.4000.15223.3660.4161.37
Hex6182D837280Fdf3c3d
Octal14120233067500173377475
Binary110000110000010110110001101111010000111111011111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6182D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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