#6882BB

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

Shades of Danube #6882BB

Tints of Danube #6882BB

Color information

#6882BB (or 0x6882BB) is unknown color: approx Danube. HEX triplet: 68, 82 and BB. RGB value is (104,130,187). Sum of RGB (Red+Green+Blue) = 104+130+187=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #6882BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882BB is #977D44. Grayscale: #808080. Windows color (decimal): -9928005 or 12288616. OLE color: 12288616.

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

Color convert

RGB104130187-
CMYK0.440.3000.27
HSL221.2º37.9%57.06%-
HSV(B)221.2º44.39%73.33%-
XYZ22.6622.550.16-
YUV128.72160.89110.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.70%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 187 (73.44% from 255) = 44.42%
R=24.70%
G=30.88%
B=44.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041301870.440.3000.27221.237.957.06
Hex6882BB2C1E01Bdd2639
Octal15020227354360333354671
Binary110100010000010101110111011001111001101111011101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6882BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6882BB; }

 p { color: rgb(104,130,187); }

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

<style>
 a { background-color: #6882BB; }

 a { background-color: rgb(104,130,187); }

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

<style>
 span { border-color: #6882BB; }

 span { border-color: rgb(104,130,187); }

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