#6889CD

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

Shades of Danube #6889CD

Tints of Danube #6889CD

Color information

#6889CD (or 0x6889CD) is unknown color: approx Danube. HEX triplet: 68, 89 and CD. RGB value is (104,137,205). Sum of RGB (Red+Green+Blue) = 104+137+205=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #6889CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6889CD is #977632. Grayscale: #868686. Windows color (decimal): -9926195 or 13470056. OLE color: 13470056.

HSL color Cylindrical-coordinate representation of color #6889CD: hue angle of 220.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6889CD is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104137205-
CMYK0.490.3300.20
HSL220.4º50.25%60.59%-
HSV(B)220.4º49.27%80.39%-
XYZ25.6725.2461.28-
YUV134.88167.57105.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.32%
GREEN value IS 137 (53.91% from 255) = 30.72%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=23.32%
G=30.72%
B=45.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041372050.490.3300.20220.450.2560.59
Hex6889CD3121014dc323d
Octal15021131561410243346275
Binary1101000100010011100110111000110000101010011011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6889CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6889CD; }

 p { color: rgb(104,137,205); }

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

<style>
 a { background-color: #6889CD; }

 a { background-color: rgb(104,137,205); }

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

<style>
 span { border-color: #6889CD; }

 span { border-color: rgb(104,137,205); }

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