#6E847D

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

Shades of Rolling Stone #6E847D

Tints of Rolling Stone #6E847D

Color information

#6E847D (or 0x6E847D) is unknown color: approx Rolling Stone. HEX triplet: 6E, 84 and 7D. RGB value is (110,132,125). Sum of RGB (Red+Green+Blue) = 110+132+125=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 132 - color contains mainly: green. Hex color #6E847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E847D is #917B82. Grayscale: #7C7C7C. Windows color (decimal): -9534339 or 8225902. OLE color: 8225902.

HSL color Cylindrical-coordinate representation of color #6E847D: hue angle of 160.91º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E847D is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB110132125-
CMYK0.1700.050.48
HSL160.91º9.09%47.45%-
HSV(B)160.91º16.67%51.76%-
XYZ18.3821.322.54-
YUV124.62128.21117.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=29.97%
G=35.97%
B=34.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1101321250.1700.050.48160.919.0947.45
Hex6E847D110530a192f
Octal1562041752105602411157
Binary1101110100001001111101100010101110000101000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,132,125); }

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

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

 a { background-color: rgb(110,132,125); }

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

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

 span { border-color: rgb(110,132,125); }

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