#6F827D

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

Shades of Rolling Stone #6F827D

Tints of Rolling Stone #6F827D

Color information

#6F827D (or 0x6F827D) is unknown color: approx Rolling Stone. HEX triplet: 6F, 82 and 7D. RGB value is (111,130,125). Sum of RGB (Red+Green+Blue) = 111+130+125=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 130 - color contains mainly: green. Hex color #6F827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F827D is #907D82. Grayscale: #7B7B7B. Windows color (decimal): -9469315 or 8225391. OLE color: 8225391.

HSL color Cylindrical-coordinate representation of color #6F827D: hue angle of 164.21º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F827D is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB111130125-
CMYK0.1500.040.49
HSL164.21º7.88%47.25%-
HSV(B)164.21º14.62%50.98%-
XYZ18.2420.8322.46-
YUV123.75128.71118.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.33%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 125 (49.22% from 255) = 34.15%
R=30.33%
G=35.52%
B=34.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1111301250.1500.040.49164.217.8847.25
Hex6F827DF0431a482f
Octal1572021751704612441057
Binary110111110000010111110111110100110001101001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F827D; }

 p { color: rgb(111,130,125); }

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

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

 a { background-color: rgb(111,130,125); }

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

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

 span { border-color: rgb(111,130,125); }

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