#6382C7

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

Shades of Havelock Blue #6382C7

Tints of Havelock Blue #6382C7

Color information

#6382C7 (or 0x6382C7) is unknown color: approx Havelock Blue. HEX triplet: 63, 82 and C7. RGB value is (99,130,199). Sum of RGB (Red+Green+Blue) = 99+130+199=428 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.13% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #6382C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6382C7 is #9C7D38. Grayscale: #808080. Windows color (decimal): -10255673 or 13075043. OLE color: 13075043.

HSL color Cylindrical-coordinate representation of color #6382C7: hue angle of 221.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6382C7 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB99130199-
CMYK0.500.3500.22
HSL221.4º47.17%58.43%-
HSV(B)221.4º50.25%78.04%-
XYZ23.4422.7457.19-
YUV128.6167.73106.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.13%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 199 (78.12% from 255) = 46.50%
R=23.13%
G=30.37%
B=46.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal991301990.500.3500.22221.447.1758.43
Hex6382C73223016dd2f3a
Octal14320230762430263355772
Binary1100011100000101100011111001010001101011011011101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6382C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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