#6881BE

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

Shades of Danube #6881BE

Tints of Danube #6881BE

Color information

#6881BE (or 0x6881BE) is unknown color: approx Danube. HEX triplet: 68, 81 and BE. RGB value is (104,129,190). Sum of RGB (Red+Green+Blue) = 104+129+190=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #6881BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881BE is #977E41. Grayscale: #808080. Windows color (decimal): -9928258 or 12484968. OLE color: 12484968.

HSL color Cylindrical-coordinate representation of color #6881BE: hue angle of 222.56º 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 #6881BE is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104129190-
CMYK0.450.3200.25
HSL222.56º39.81%57.65%-
HSV(B)222.56º45.26%74.51%-
XYZ22.8522.3651.83-
YUV128.48162.72110.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.59%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=24.59%
G=30.50%
B=44.92%

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
Decimal1041291900.450.3200.25222.5639.8157.65
Hex6881BE2D20019df283a
Octal15020127655400313375072
Binary1101000100000011011111010110110000001100111011111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6881BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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