#61807B

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

Shades of Rolling Stone #61807B

Tints of Rolling Stone #61807B

Color information

#61807B (or 0x61807B) is unknown color: approx Rolling Stone. HEX triplet: 61, 80 and 7B. RGB value is (97,128,123). Sum of RGB (Red+Green+Blue) = 97+128+123=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 128 - color contains mainly: green. Hex color #61807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61807B is #9E7F84. Grayscale: #767676. Windows color (decimal): -10387333 or 8093793. OLE color: 8093793.

HSL color Cylindrical-coordinate representation of color #61807B: hue angle of 170.32º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61807B is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB97128123-
CMYK0.2400.040.50
HSL170.32º13.78%44.12%-
HSV(B)170.32º24.22%50.2%-
XYZ16.2219.4121.63-
YUV118.16130.73112.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=27.87%
G=36.78%
B=35.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971281230.2400.040.50170.3213.7844.12
Hex61807B180432aae2c
Octal1412001733004622521654
Binary1100001100000001111011110000100110010101010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61807B; }

 p { color: rgb(97,128,123); }

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

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

 a { background-color: rgb(97,128,123); }

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

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

 span { border-color: rgb(97,128,123); }

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