#6487BB

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

Shades of Danube #6487BB

Tints of Danube #6487BB

Color information

#6487BB (or 0x6487BB) is unknown color: approx Danube. HEX triplet: 64, 87 and BB. RGB value is (100,135,187). Sum of RGB (Red+Green+Blue) = 100+135+187=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #6487BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6487BB is #9B7844. Grayscale: #828282. Windows color (decimal): -10188869 or 12289892. OLE color: 12289892.

HSL color Cylindrical-coordinate representation of color #6487BB: hue angle of 215.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6487BB is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100135187-
CMYK0.470.2800.27
HSL215.86º39.01%56.27%-
HSV(B)215.86º46.52%73.33%-
XYZ22.8923.6350.37-
YUV130.46159.9106.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.70%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=23.70%
G=31.99%
B=44.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001351870.470.2800.27215.8639.0156.27
Hex6487BB2F1C01Bd82738
Octal14420727357340333304770
Binary110010010000111101110111011111110001101111011000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6487BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6487BB; }

 p { color: rgb(100,135,187); }

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

<style>
 a { background-color: #6487BB; }

 a { background-color: rgb(100,135,187); }

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

<style>
 span { border-color: #6487BB; }

 span { border-color: rgb(100,135,187); }

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