#6387BA

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

Shades of Danube #6387BA

Tints of Danube #6387BA

Color information

#6387BA (or 0x6387BA) is unknown color: approx Danube. HEX triplet: 63, 87 and BA. RGB value is (99,135,186). Sum of RGB (Red+Green+Blue) = 99+135+186=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #6387BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6387BA is #9C7845. Grayscale: #818181. Windows color (decimal): -10254406 or 12224355. OLE color: 12224355.

HSL color Cylindrical-coordinate representation of color #6387BA: hue angle of 215.17º 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 #6387BA is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99135186-
CMYK0.470.2700.27
HSL215.17º38.67%55.88%-
HSV(B)215.17º46.77%72.94%-
XYZ22.6723.5349.8-
YUV130.05159.57105.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.57%
GREEN value IS 135 (53.12% from 255) = 32.14%
BLUE value IS 186 (73.05% from 255) = 44.29%
R=23.57%
G=32.14%
B=44.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991351860.470.2700.27215.1738.6755.88
Hex6387BA2F1B01Bd72738
Octal14320727257330333274770
Binary110001110000111101110101011111101101101111010111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6387BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6387BA; }

 p { color: rgb(99,135,186); }

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

<style>
 a { background-color: #6387BA; }

 a { background-color: rgb(99,135,186); }

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

<style>
 span { border-color: #6387BA; }

 span { border-color: rgb(99,135,186); }

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