#6483CB

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

Shades of Havelock Blue #6483CB

Tints of Havelock Blue #6483CB

Color information

#6483CB (or 0x6483CB) is unknown color: approx Havelock Blue. HEX triplet: 64, 83 and CB. RGB value is (100,131,203). Sum of RGB (Red+Green+Blue) = 100+131+203=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #6483CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6483CB is #9B7C34. Grayscale: #818181. Windows color (decimal): -10189877 or 13337444. OLE color: 13337444.

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

Color convert

RGB100131203-
CMYK0.510.3500.20
HSL221.94º49.76%59.41%-
HSV(B)221.94º50.74%79.61%-
XYZ24.1523.2559.72-
YUV129.94169.23106.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.04%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 203 (79.69% from 255) = 46.77%
R=23.04%
G=30.18%
B=46.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001312030.510.3500.20221.9449.7659.41
Hex6483CB3323014de323b
Octal14420331363430243366273
Binary1100100100000111100101111001110001101010011011110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6483CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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