#688CC7

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

Shades of Danube #688CC7

Tints of Danube #688CC7

Color information

#688CC7 (or 0x688CC7) is unknown color: approx Danube. HEX triplet: 68, 8C and C7. RGB value is (104,140,199). Sum of RGB (Red+Green+Blue) = 104+140+199=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 199 - color contains mainly: blue. Hex color #688CC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CC7 is #977338. Grayscale: #878787. Windows color (decimal): -9925433 or 13077608. OLE color: 13077608.

HSL color Cylindrical-coordinate representation of color #688CC7: hue angle of 217.26º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #688CC7 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB104140199-
CMYK0.480.3000.22
HSL217.26º45.89%59.41%-
HSV(B)217.26º47.74%78.04%-
XYZ25.425.8257.68-
YUV135.96163.57105.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.48%
GREEN value IS 140 (55.08% from 255) = 31.60%
BLUE value IS 199 (78.12% from 255) = 44.92%
R=23.48%
G=31.60%
B=44.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041401990.480.3000.22217.2645.8959.41
Hex688CC7301E016d92e3b
Octal15021430760360263315673
Binary110100010001100110001111100001111001011011011001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,140,199); }

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

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

 a { background-color: rgb(104,140,199); }

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

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

 span { border-color: rgb(104,140,199); }

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