#668580

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

Shades of Rolling Stone #668580

Tints of Rolling Stone #668580

Color information

#668580 (or 0x668580) is unknown color: approx Rolling Stone. HEX triplet: 66, 85 and 80. RGB value is (102,133,128). Sum of RGB (Red+Green+Blue) = 102+133+128=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #668580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668580 is #997A7F. Grayscale: #7B7B7B. Windows color (decimal): -10058368 or 8422758. OLE color: 8422758.

HSL color Cylindrical-coordinate representation of color #668580: hue angle of 170.32º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668580 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB102133128-
CMYK0.2300.040.48
HSL170.32º13.19%46.08%-
HSV(B)170.32º23.31%52.16%-
XYZ17.7621.1623.57-
YUV123.16130.73112.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.10%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=28.10%
G=36.64%
B=35.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021331280.2300.040.48170.3213.1946.08
Hex668580170430aad2e
Octal1462052002704602521556
Binary11001101000010110000000101110100110000101010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668580; }

 p { color: rgb(102,133,128); }

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

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

 a { background-color: rgb(102,133,128); }

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

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

 span { border-color: rgb(102,133,128); }

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