#6882BE

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

Shades of Danube #6882BE

Tints of Danube #6882BE

Color information

#6882BE (or 0x6882BE) is unknown color: approx Danube. HEX triplet: 68, 82 and BE. RGB value is (104,130,190). Sum of RGB (Red+Green+Blue) = 104+130+190=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #6882BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882BE is #977D41. Grayscale: #808080. Windows color (decimal): -9928002 or 12485224. OLE color: 12485224.

HSL color Cylindrical-coordinate representation of color #6882BE: hue angle of 221.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6882BE is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104130190-
CMYK0.450.3200.25
HSL221.86º39.81%57.65%-
HSV(B)221.86º45.26%74.51%-
XYZ22.9922.6351.87-
YUV129.07162.39110.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.53%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=24.53%
G=30.66%
B=44.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041301900.450.3200.25221.8639.8157.65
Hex6882BE2D20019de283a
Octal15020227655400313365072
Binary1101000100000101011111010110110000001100111011110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6882BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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