#68827D

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

Shades of Rolling Stone #68827D

Tints of Rolling Stone #68827D

Color information

#68827D (or 0x68827D) is unknown color: approx Rolling Stone. HEX triplet: 68, 82 and 7D. RGB value is (104,130,125). Sum of RGB (Red+Green+Blue) = 104+130+125=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 130 - color contains mainly: green. Hex color #68827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68827D is #977D82. Grayscale: #797979. Windows color (decimal): -9928067 or 8225384. OLE color: 8225384.

HSL color Cylindrical-coordinate representation of color #68827D: hue angle of 168.46º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68827D is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB104130125-
CMYK0.200.040.49
HSL168.46º11.11%45.88%-
HSV(B)168.46º20%50.98%-
XYZ17.3920.3922.42-
YUV121.66129.89115.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=28.97%
G=36.21%
B=34.82%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301250.200.040.49168.4611.1145.88
Hex68827D140431a8b2e
Octal1502021752404612501356
Binary1101000100000101111101101000100110001101010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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