#688ACC

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

Shades of Danube #688ACC

Tints of Danube #688ACC

Color information

#688ACC (or 0x688ACC) is unknown color: approx Danube. HEX triplet: 68, 8A and CC. RGB value is (104,138,204). Sum of RGB (Red+Green+Blue) = 104+138+204=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #688ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ACC is #977533. Grayscale: #878787. Windows color (decimal): -9925940 or 13404776. OLE color: 13404776.

HSL color Cylindrical-coordinate representation of color #688ACC: hue angle of 219.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 #688ACC is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB104138204-
CMYK0.490.3200.2
HSL219.6º49.5%60.39%-
HSV(B)219.6º49.02%80%-
XYZ25.725.4860.69-
YUV135.36166.74105.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.32%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=23.32%
G=30.94%
B=45.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1041382040.490.3200.2219.649.560.39
Hex688ACC3120014dc323c
Octal15021231461400243346274
Binary1101000100010101100110011000110000001010011011100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688ACC; }

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

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

<style>
 a { background-color: #688ACC; }

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

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

<style>
 span { border-color: #688ACC; }

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

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