#6382CD

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

Shades of Havelock Blue #6382CD

Tints of Havelock Blue #6382CD

Color information

#6382CD (or 0x6382CD) is unknown color: approx Havelock Blue. HEX triplet: 63, 82 and CD. RGB value is (99,130,205). Sum of RGB (Red+Green+Blue) = 99+130+205=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #6382CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6382CD is #9C7D32. Grayscale: #808080. Windows color (decimal): -10255667 or 13468259. OLE color: 13468259.

HSL color Cylindrical-coordinate representation of color #6382CD: hue angle of 222.45º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6382CD is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB99130205-
CMYK0.520.3700.20
HSL222.45º51.46%59.61%-
HSV(B)222.45º51.71%80.39%-
XYZ24.1523.0360.93-
YUV129.28170.73106.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.81%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=22.81%
G=29.95%
B=47.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991302050.520.3700.20222.4551.4659.61
Hex6382CD3425014de333c
Octal14320231564450243366374
Binary1100011100000101100110111010010010101010011011110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6382CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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