#6E827F

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

Shades of Rolling Stone #6E827F

Tints of Rolling Stone #6E827F

Color information

#6E827F (or 0x6E827F) is unknown color: approx Rolling Stone. HEX triplet: 6E, 82 and 7F. RGB value is (110,130,127). Sum of RGB (Red+Green+Blue) = 110+130+127=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 130 - color contains mainly: green. Hex color #6E827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E827F is #917D80. Grayscale: #7B7B7B. Windows color (decimal): -9534849 or 8356462. OLE color: 8356462.

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

Color convert

RGB110130127-
CMYK0.1500.020.49
HSL171º8.33%47.06%-
HSV(B)171º15.38%50.98%-
XYZ18.2420.8123.13-
YUV123.68129.87118.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 127 (50% from 255) = 34.60%
R=29.97%
G=35.42%
B=34.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101301270.1500.020.491718.3347.06
Hex6E827FF0231ab82f
Octal1562021771702612531057
Binary11011101000001011111111111010110001101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,130,127); }

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

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

 a { background-color: rgb(110,130,127); }

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

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

 span { border-color: rgb(110,130,127); }

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