#688180

Color #688180 Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #688180

Tints of Rolling Stone #688180

Color information

#688180 (or 0x688180) is unknown color: approx Rolling Stone. HEX triplet: 68, 81 and 80. RGB value is (104,129,128). Sum of RGB (Red+Green+Blue) = 104+129+128=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 129 - color contains mainly: green. Hex color #688180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688180 is #977E7F. Grayscale: #797979. Windows color (decimal): -9928320 or 8421736. OLE color: 8421736.

HSL color Cylindrical-coordinate representation of color #688180: hue angle of 177.6º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #688180 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB104129128-
CMYK0.1900.010.49
HSL177.6º10.73%45.69%-
HSV(B)177.6º19.38%50.59%-
XYZ17.4620.223.4-
YUV121.41131.72115.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.81%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=28.81%
G=35.73%
B=35.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041291280.1900.010.49177.610.7345.69
Hex688180130131b2b2e
Octal1502012002301612621356
Binary110100010000001100000001001101110001101100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688180; }

 p { color: rgb(104,129,128); }

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

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

 a { background-color: rgb(104,129,128); }

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

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

 span { border-color: rgb(104,129,128); }

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