#6486D0

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

Shades of Havelock Blue #6486D0

Tints of Havelock Blue #6486D0

Color information

#6486D0 (or 0x6486D0) is unknown color: approx Havelock Blue. HEX triplet: 64, 86 and D0. RGB value is (100,134,208). Sum of RGB (Red+Green+Blue) = 100+134+208=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 208 - color contains mainly: blue. Hex color #6486D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6486D0 is #9B792F. Grayscale: #838383. Windows color (decimal): -10189104 or 13665892. OLE color: 13665892.

HSL color Cylindrical-coordinate representation of color #6486D0: hue angle of 221.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6486D0 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB100134208-
CMYK0.520.3600.18
HSL221.11º53.47%60.39%-
HSV(B)221.11º51.92%81.57%-
XYZ25.1724.3163.04-
YUV132.27170.74104.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.62%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 208 (81.64% from 255) = 47.06%
R=22.62%
G=30.32%
B=47.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1001342080.520.3600.18221.1153.4760.39
Hex6486D03424012dd353c
Octal14420632064440223356574
Binary1100100100001101101000011010010010001001011011101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6486D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6486D0; }

 p { color: rgb(100,134,208); }

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

<style>
 a { background-color: #6486D0; }

 a { background-color: rgb(100,134,208); }

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

<style>
 span { border-color: #6486D0; }

 span { border-color: rgb(100,134,208); }

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