#68847D

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

Shades of Rolling Stone #68847D

Tints of Rolling Stone #68847D

Color information

#68847D (or 0x68847D) is unknown color: approx Rolling Stone. HEX triplet: 68, 84 and 7D. RGB value is (104,132,125). Sum of RGB (Red+Green+Blue) = 104+132+125=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #68847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68847D is #977B82. Grayscale: #7A7A7A. Windows color (decimal): -9927555 or 8225896. OLE color: 8225896.

HSL color Cylindrical-coordinate representation of color #68847D: hue angle of 165º 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 #68847D is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB104132125-
CMYK0.2100.050.48
HSL165º11.86%46.27%-
HSV(B)165º21.21%51.76%-
XYZ17.6620.9322.51-
YUV122.83129.22114.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.81%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=28.81%
G=36.57%
B=34.63%

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
Decimal1041321250.2100.050.4816511.8646.27
Hex68847D150530a5c2e
Octal1502041752505602451456
Binary1101000100001001111101101010101110000101001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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