#698281

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

Shades of Rolling Stone #698281

Tints of Rolling Stone #698281

Color information

#698281 (or 0x698281) is unknown color: approx Rolling Stone. HEX triplet: 69, 82 and 81. RGB value is (105,130,129). Sum of RGB (Red+Green+Blue) = 105+130+129=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 130 - color contains mainly: green. Hex color #698281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698281 is #967D7E. Grayscale: #7A7A7A. Windows color (decimal): -9862527 or 8487529. OLE color: 8487529.

HSL color Cylindrical-coordinate representation of color #698281: 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 #698281 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB105130129-
CMYK0.1900.010.49
HSL177.6º10.64%46.08%-
HSV(B)177.6º19.23%50.98%-
XYZ17.7720.5523.8-
YUV122.41131.72115.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=28.85%
G=35.71%
B=35.44%

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
Decimal1051301290.1900.010.49177.610.6446.08
Hex698281130131b2b2e
Octal1512022012301612621356
Binary110100110000010100000011001101110001101100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698281; }

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

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

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

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

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

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

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

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