#6382CE

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

Shades of Havelock Blue #6382CE

Tints of Havelock Blue #6382CE

Color information

#6382CE (or 0x6382CE) is unknown color: approx Havelock Blue. HEX triplet: 63, 82 and CE. RGB value is (99,130,206). Sum of RGB (Red+Green+Blue) = 99+130+206=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #6382CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6382CE is #9C7D31. Grayscale: #818181. Windows color (decimal): -10255666 or 13533795. OLE color: 13533795.

HSL color Cylindrical-coordinate representation of color #6382CE: hue angle of 222.62º degrees, saturation: 0.52, 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 #6382CE is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB99130206-
CMYK0.520.3700.19
HSL222.62º52.2%59.8%-
HSV(B)222.62º51.94%80.78%-
XYZ24.2723.0761.57-
YUV129.4171.23106.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.76%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 206 (80.86% from 255) = 47.36%
R=22.76%
G=29.89%
B=47.36%

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
Decimal991302060.520.3700.19222.6252.259.8
Hex6382CE3425013df343c
Octal14320231664450233376474
Binary1100011100000101100111011010010010101001111011111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6382CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6382CE; }

 p { color: rgb(99,130,206); }

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

<style>
 a { background-color: #6382CE; }

 a { background-color: rgb(99,130,206); }

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

<style>
 span { border-color: #6382CE; }

 span { border-color: rgb(99,130,206); }

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