#688281

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

Shades of Rolling Stone #688281

Tints of Rolling Stone #688281

Color information

#688281 (or 0x688281) is unknown color: approx Rolling Stone. HEX triplet: 68, 82 and 81. RGB value is (104,130,129). Sum of RGB (Red+Green+Blue) = 104+130+129=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 130 - color contains mainly: green. Hex color #688281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688281 is #977D7E. Grayscale: #7A7A7A. Windows color (decimal): -9928063 or 8487528. OLE color: 8487528.

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

Color convert

RGB104130129-
CMYK0.200.010.49
HSL177.69º11.11%45.88%-
HSV(B)177.69º20%50.98%-
XYZ17.6520.4923.79-
YUV122.11131.89115.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 129 (50.78% from 255) = 35.54%
R=28.65%
G=35.81%
B=35.54%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301290.200.010.49177.6911.1145.88
Hex688281140131b2b2e
Octal1502022012401612621356
Binary110100010000010100000011010001110001101100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688281; }

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

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

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

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

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

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

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

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