#6893BD

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

Shades of Danube #6893BD

Tints of Danube #6893BD

Color information

#6893BD (or 0x6893BD) is unknown color: approx Danube. HEX triplet: 68, 93 and BD. RGB value is (104,147,189). Sum of RGB (Red+Green+Blue) = 104+147+189=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #6893BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6893BD is #976C42. Grayscale: #8A8A8A. Windows color (decimal): -9923651 or 12424040. OLE color: 12424040.

HSL color Cylindrical-coordinate representation of color #6893BD: hue angle of 209.65º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6893BD is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB104147189-
CMYK0.450.2200.26
HSL209.65º39.17%57.45%-
HSV(B)209.65º44.97%74.12%-
XYZ25.3327.4852.11-
YUV138.93156.25103.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.64%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=23.64%
G=33.41%
B=42.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041471890.450.2200.26209.6539.1757.45
Hex6893BD2D1601Ad22739
Octal15022327555260323224771
Binary110100010010011101111011011011011001101011010010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6893BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6893BD; }

 p { color: rgb(104,147,189); }

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

<style>
 a { background-color: #6893BD; }

 a { background-color: rgb(104,147,189); }

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

<style>
 span { border-color: #6893BD; }

 span { border-color: rgb(104,147,189); }

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