#6885CF

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

Shades of Danube #6885CF

Tints of Danube #6885CF

Color information

#6885CF (or 0x6885CF) is unknown color: approx Danube. HEX triplet: 68, 85 and CF. RGB value is (104,133,207). Sum of RGB (Red+Green+Blue) = 104+133+207=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #6885CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6885CF is #977A30. Grayscale: #848484. Windows color (decimal): -9927217 or 13600104. OLE color: 13600104.

HSL color Cylindrical-coordinate representation of color #6885CF: hue angle of 223.11º degrees, saturation: 0.52, 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 #6885CF is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB104133207-
CMYK0.500.3600.19
HSL223.11º51.76%60.98%-
HSV(B)223.11º49.76%81.18%-
XYZ25.3624.2262.37-
YUV132.77169.89107.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.42%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=23.42%
G=29.95%
B=46.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041332070.500.3600.19223.1151.7660.98
Hex6885CF3224013df343d
Octal15020531762440233376475
Binary1101000100001011100111111001010010001001111011111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6885CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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