#6789BA

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

Shades of Danube #6789BA

Tints of Danube #6789BA

Color information

#6789BA (or 0x6789BA) is unknown color: approx Danube. HEX triplet: 67, 89 and BA. RGB value is (103,137,186). Sum of RGB (Red+Green+Blue) = 103+137+186=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #6789BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6789BA is #987645. Grayscale: #848484. Windows color (decimal): -9991750 or 12224871. OLE color: 12224871.

HSL color Cylindrical-coordinate representation of color #6789BA: hue angle of 215.42º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6789BA is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB103137186-
CMYK0.450.2600.27
HSL215.42º37.56%56.67%-
HSV(B)215.42º44.62%72.94%-
XYZ23.424.3249.92-
YUV132.42158.24107.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.18%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=24.18%
G=32.16%
B=43.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1031371860.450.2600.27215.4237.5656.67
Hex6789BA2D1A01Bd72639
Octal14721127255320333274671
Binary110011110001001101110101011011101001101111010111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6789BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,137,186); }

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

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

 a { background-color: rgb(103,137,186); }

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

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

 span { border-color: rgb(103,137,186); }

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