#6483CC

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

Shades of Havelock Blue #6483CC

Tints of Havelock Blue #6483CC

Color information

#6483CC (or 0x6483CC) is unknown color: approx Havelock Blue. HEX triplet: 64, 83 and CC. RGB value is (100,131,204). Sum of RGB (Red+Green+Blue) = 100+131+204=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #6483CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6483CC is #9B7C33. Grayscale: #818181. Windows color (decimal): -10189876 or 13402980. OLE color: 13402980.

HSL color Cylindrical-coordinate representation of color #6483CC: hue angle of 222.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6483CC is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100131204-
CMYK0.510.3600.2
HSL222.12º50.49%59.61%-
HSV(B)222.12º50.98%80%-
XYZ24.2723.360.35-
YUV130.05169.73106.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.99%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 204 (80.08% from 255) = 46.90%
R=22.99%
G=30.11%
B=46.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001312040.510.3600.2222.1250.4959.61
Hex6483CC3324014de323c
Octal14420331463440243366274
Binary1100100100000111100110011001110010001010011011110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6483CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6483CC; }

 p { color: rgb(100,131,204); }

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

<style>
 a { background-color: #6483CC; }

 a { background-color: rgb(100,131,204); }

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

<style>
 span { border-color: #6483CC; }

 span { border-color: rgb(100,131,204); }

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