#698280

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

Shades of Rolling Stone #698280

Tints of Rolling Stone #698280

Color information

#698280 (or 0x698280) is unknown color: approx Rolling Stone. HEX triplet: 69, 82 and 80. RGB value is (105,130,128). Sum of RGB (Red+Green+Blue) = 105+130+128=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 130 - color contains mainly: green. Hex color #698280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698280 is #967D7F. Grayscale: #7A7A7A. Windows color (decimal): -9862528 or 8421993. OLE color: 8421993.

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

Color convert

RGB105130128-
CMYK0.1900.020.49
HSL175.2º10.64%46.08%-
HSV(B)175.2º19.23%50.98%-
XYZ17.720.5323.45-
YUV122.3131.22115.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=28.93%
G=35.81%
B=35.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051301280.1900.020.49175.210.6446.08
Hex698280130231afb2e
Octal1512022002302612571356
Binary1101001100000101000000010011010110001101011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698280; }

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

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

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

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

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

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

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

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