#6390BA

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

Shades of Danube #6390BA

Tints of Danube #6390BA

Color information

#6390BA (or 0x6390BA) is unknown color: approx Danube. HEX triplet: 63, 90 and BA. RGB value is (99,144,186). Sum of RGB (Red+Green+Blue) = 99+144+186=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #6390BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6390BA is #9C6F45. Grayscale: #878787. Windows color (decimal): -10252102 or 12226659. OLE color: 12226659.

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

Color convert

RGB99144186-
CMYK0.470.2300.27
HSL208.97º38.67%55.88%-
HSV(B)208.97º46.77%72.94%-
XYZ23.9826.1450.24-
YUV135.33156.59102.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.08%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=23.08%
G=33.57%
B=43.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991441860.470.2300.27208.9738.6755.88
Hex6390BA2F1701Bd12738
Octal14322027257270333214770
Binary110001110010000101110101011111011101101111010001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6390BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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