#688181

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

Shades of Rolling Stone #688181

Tints of Rolling Stone #688181

Color information

#688181 (or 0x688181) is unknown color: approx Rolling Stone. HEX triplet: 68, 81 and 81. RGB value is (104,129,129). Sum of RGB (Red+Green+Blue) = 104+129+129=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #688181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688181 is #977E7E. Grayscale: #797979. Windows color (decimal): -9928319 or 8487272. OLE color: 8487272.

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

Color convert

RGB104129129-
CMYK0.19000.49
HSL180º10.73%45.69%-
HSV(B)180º19.38%50.59%-
XYZ17.5220.2323.75-
YUV121.52132.22115.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 129 (50.78% from 255) = 35.64%
R=28.73%
G=35.64%
B=35.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041291290.19000.4918010.7345.69
Hex688181130031b4b2e
Octal1502012012300612641356
Binary110100010000001100000011001100110001101101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688181; }

 p { color: rgb(104,129,129); }

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

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

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

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

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

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

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