#6886CE

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

Shades of Danube #6886CE

Tints of Danube #6886CE

Color information

#6886CE (or 0x6886CE) is unknown color: approx Danube. HEX triplet: 68, 86 and CE. RGB value is (104,134,206). Sum of RGB (Red+Green+Blue) = 104+134+206=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #6886CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6886CE is #977931. Grayscale: #848484. Windows color (decimal): -9926962 or 13534824. OLE color: 13534824.

HSL color Cylindrical-coordinate representation of color #6886CE: hue angle of 222.35º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6886CE is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB104134206-
CMYK0.500.3500.19
HSL222.35º51%60.78%-
HSV(B)222.35º49.51%80.78%-
XYZ25.3724.4561.77-
YUV133.24169.06107.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.42%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=23.42%
G=30.18%
B=46.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041342060.500.3500.19222.355160.78
Hex6886CE3223013de333d
Octal15020631662430233366375
Binary1101000100001101100111011001010001101001111011110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6886CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6886CE; }

 p { color: rgb(104,134,206); }

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

<style>
 a { background-color: #6886CE; }

 a { background-color: rgb(104,134,206); }

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

<style>
 span { border-color: #6886CE; }

 span { border-color: rgb(104,134,206); }

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