#6884BC

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

Shades of Danube #6884BC

Tints of Danube #6884BC

Color information

#6884BC (or 0x6884BC) is unknown color: approx Danube. HEX triplet: 68, 84 and BC. RGB value is (104,132,188). Sum of RGB (Red+Green+Blue) = 104+132+188=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #6884BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884BC is #977B43. Grayscale: #818181. Windows color (decimal): -9927492 or 12354664. OLE color: 12354664.

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

Color convert

RGB104132188-
CMYK0.450.3000.26
HSL220º38.53%57.25%-
HSV(B)220º44.68%73.73%-
XYZ23.0423.0850.82-
YUV130.01160.72109.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.53%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 188 (73.83% from 255) = 44.34%
R=24.53%
G=31.13%
B=44.34%

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
Decimal1041321880.450.3000.2622038.5357.25
Hex6884BC2D1E01Adc2739
Octal15020427455360323344771
Binary110100010000100101111001011011111001101011011100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6884BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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