#6884BD

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

Shades of Danube #6884BD

Tints of Danube #6884BD

Color information

#6884BD (or 0x6884BD) is unknown color: approx Danube. HEX triplet: 68, 84 and BD. RGB value is (104,132,189). Sum of RGB (Red+Green+Blue) = 104+132+189=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #6884BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884BD is #977B42. Grayscale: #818181. Windows color (decimal): -9927491 or 12420200. OLE color: 12420200.

HSL color Cylindrical-coordinate representation of color #6884BD: hue angle of 220.24º 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 #6884BD is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB104132189-
CMYK0.450.3000.26
HSL220.24º39.17%57.45%-
HSV(B)220.24º44.97%74.12%-
XYZ23.1523.1251.39-
YUV130.13161.22109.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.47%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=24.47%
G=31.06%
B=44.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041321890.450.3000.26220.2439.1757.45
Hex6884BD2D1E01Adc2739
Octal15020427555360323344771
Binary110100010000100101111011011011111001101011011100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6884BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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