#6486BD

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

Shades of Danube #6486BD

Tints of Danube #6486BD

Color information

#6486BD (or 0x6486BD) is unknown color: approx Danube. HEX triplet: 64, 86 and BD. RGB value is (100,134,189). Sum of RGB (Red+Green+Blue) = 100+134+189=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #6486BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6486BD is #9B7942. Grayscale: #818181. Windows color (decimal): -10189123 or 12420708. OLE color: 12420708.

HSL color Cylindrical-coordinate representation of color #6486BD: hue angle of 217.08º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6486BD is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100134189-
CMYK0.470.2900.26
HSL217.08º40.27%56.67%-
HSV(B)217.08º47.09%74.12%-
XYZ22.9723.4351.46-
YUV130.1161.24106.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.64%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=23.64%
G=31.68%
B=44.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001341890.470.2900.26217.0840.2756.67
Hex6486BD2F1D01Ad92839
Octal14420627557350323315071
Binary110010010000110101111011011111110101101011011001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6486BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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