#68847E

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

Shades of Rolling Stone #68847E

Tints of Rolling Stone #68847E

Color information

#68847E (or 0x68847E) is unknown color: approx Rolling Stone. HEX triplet: 68, 84 and 7E. RGB value is (104,132,126). Sum of RGB (Red+Green+Blue) = 104+132+126=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #68847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68847E is #977B81. Grayscale: #7A7A7A. Windows color (decimal): -9927554 or 8291432. OLE color: 8291432.

HSL color Cylindrical-coordinate representation of color #68847E: hue angle of 167.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68847E is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB104132126-
CMYK0.2100.050.48
HSL167.14º11.86%46.27%-
HSV(B)167.14º21.21%51.76%-
XYZ17.7320.9522.85-
YUV122.94129.72114.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=28.73%
G=36.46%
B=34.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041321260.2100.050.48167.1411.8646.27
Hex68847E150530a7c2e
Octal1502041762505602471456
Binary1101000100001001111110101010101110000101001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68847E; }

 p { color: rgb(104,132,126); }

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

<style>
 a { background-color: #68847E; }

 a { background-color: rgb(104,132,126); }

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

<style>
 span { border-color: #68847E; }

 span { border-color: rgb(104,132,126); }

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