#6182D5

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

Shades of Havelock Blue #6182D5

Tints of Havelock Blue #6182D5

Color information

#6182D5 (or 0x6182D5) is unknown color: approx Havelock Blue. HEX triplet: 61, 82 and D5. RGB value is (97,130,213). Sum of RGB (Red+Green+Blue) = 97+130+213=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #6182D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182D5 is #9E7D2A. Grayscale: #818181. Windows color (decimal): -10386731 or 13992545. OLE color: 13992545.

HSL color Cylindrical-coordinate representation of color #6182D5: hue angle of 222.93º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6182D5 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97130213-
CMYK0.540.3900.16
HSL222.93º58%60.78%-
HSV(B)222.93º54.46%83.53%-
XYZ24.9223.3166.14-
YUV129.6175.07104.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.05%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 213 (83.59% from 255) = 48.41%
R=22.05%
G=29.55%
B=48.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971302130.540.3900.16222.935860.78
Hex6182D53627010df3a3d
Octal14120232566470203377275
Binary1100001100000101101010111011010011101000011011111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6182D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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