#6885CC

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

Shades of Danube #6885CC

Tints of Danube #6885CC

Color information

#6885CC (or 0x6885CC) is unknown color: approx Danube. HEX triplet: 68, 85 and CC. RGB value is (104,133,204). Sum of RGB (Red+Green+Blue) = 104+133+204=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #6885CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6885CC is #977A33. Grayscale: #848484. Windows color (decimal): -9927220 or 13403496. OLE color: 13403496.

HSL color Cylindrical-coordinate representation of color #6885CC: hue angle of 222.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6885CC is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB104133204-
CMYK0.490.3500.2
HSL222.6º49.5%60.39%-
HSV(B)222.6º49.02%80%-
XYZ2524.0860.46-
YUV132.42168.39107.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.58%
GREEN value IS 133 (52.34% from 255) = 30.16%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=23.58%
G=30.16%
B=46.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1041332040.490.3500.2222.649.560.39
Hex6885CC3123014df323c
Octal15020531461430243376274
Binary1101000100001011100110011000110001101010011011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6885CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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