#6885BE

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

Shades of Danube #6885BE

Tints of Danube #6885BE

Color information

#6885BE (or 0x6885BE) is unknown color: approx Danube. HEX triplet: 68, 85 and BE. RGB value is (104,133,190). Sum of RGB (Red+Green+Blue) = 104+133+190=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #6885BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6885BE is #977A41. Grayscale: #828282. Windows color (decimal): -9927234 or 12485992. OLE color: 12485992.

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

Color convert

RGB104133190-
CMYK0.450.300.25
HSL219.77º39.81%57.65%-
HSV(B)219.77º45.26%74.51%-
XYZ23.3923.4452.01-
YUV130.83161.39108.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.36%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=24.36%
G=31.15%
B=44.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041331900.450.300.25219.7739.8157.65
Hex6885BE2D1E019dc283a
Octal15020527655360313345072
Binary110100010000101101111101011011111001100111011100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6885BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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