#6482CF

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

Shades of Havelock Blue #6482CF

Tints of Havelock Blue #6482CF

Color information

#6482CF (or 0x6482CF) is unknown color: approx Havelock Blue. HEX triplet: 64, 82 and CF. RGB value is (100,130,207). Sum of RGB (Red+Green+Blue) = 100+130+207=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #6482CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6482CF is #9B7D30. Grayscale: #818181. Windows color (decimal): -10190129 or 13599332. OLE color: 13599332.

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

Color convert

RGB100130207-
CMYK0.520.3700.19
HSL223.18º52.71%60.2%-
HSV(B)223.18º51.69%81.18%-
XYZ24.523.1862.21-
YUV129.81171.56106.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.88%
GREEN value IS 130 (51.17% from 255) = 29.75%
BLUE value IS 207 (81.25% from 255) = 47.37%
R=22.88%
G=29.75%
B=47.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001302070.520.3700.19223.1852.7160.2
Hex6482CF3425013df353c
Octal14420231764450233376574
Binary1100100100000101100111111010010010101001111011111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6482CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,130,207); }

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

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

 a { background-color: rgb(100,130,207); }

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

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

 span { border-color: rgb(100,130,207); }

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