#6487BE

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

Shades of Danube #6487BE

Tints of Danube #6487BE

Color information

#6487BE (or 0x6487BE) is unknown color: approx Danube. HEX triplet: 64, 87 and BE. RGB value is (100,135,190). Sum of RGB (Red+Green+Blue) = 100+135+190=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #6487BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6487BE is #9B7841. Grayscale: #828282. Windows color (decimal): -10188866 or 12486500. OLE color: 12486500.

HSL color Cylindrical-coordinate representation of color #6487BE: hue angle of 216.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6487BE is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100135190-
CMYK0.470.2900.25
HSL216.67º40.91%56.86%-
HSV(B)216.67º47.37%74.51%-
XYZ23.2123.7552.08-
YUV130.8161.4106.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.53%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=23.53%
G=31.76%
B=44.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001351900.470.2900.25216.6740.9156.86
Hex6487BE2F1D019d92939
Octal14420727657350313315171
Binary110010010000111101111101011111110101100111011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6487BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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