#6C827E

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

Shades of Rolling Stone #6C827E

Tints of Rolling Stone #6C827E

Color information

#6C827E (or 0x6C827E) is unknown color: approx Rolling Stone. HEX triplet: 6C, 82 and 7E. RGB value is (108,130,126). Sum of RGB (Red+Green+Blue) = 108+130+126=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 130 - color contains mainly: green. Hex color #6C827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C827E is #937D81. Grayscale: #7A7A7A. Windows color (decimal): -9665922 or 8290924. OLE color: 8290924.

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

Color convert

RGB108130126-
CMYK0.1700.030.49
HSL169.09º9.24%46.67%-
HSV(B)169.09º16.92%50.98%-
XYZ17.9320.6622.78-
YUV122.97129.71117.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.67%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=29.67%
G=35.71%
B=34.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1081301260.1700.030.49169.099.2446.67
Hex6C827E110331a992f
Octal1542021762103612511157
Binary110110010000010111111010001011110001101010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,130,126); }

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

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

 a { background-color: rgb(108,130,126); }

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

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

 span { border-color: rgb(108,130,126); }

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