Html Css Color HEX #668280 Rolling Stone

📋 copy color: '#668280'

red 102 ◦ green 130 ◦ blue 128

#668280
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rolling Stone #668280

Tints of Rolling Stone #668280

RGB

 RED value IS 102 (40.23% from 255) = 28.33%

 GREEN value IS 130 (51.17% from 255) = 36.11%

 BLUE value IS 128 (50.39% from 255) = 35.56%

R = 28.33%
G = 36.11%
B = 35.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#668280 (or 0x668280) is known color: Rolling Stone. HEX triplet: 66, 82 and 80. RGB value is (102,130,128). Sum of RGB (Red+Green+Blue) = 102+130+128=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #668280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668280 is #997D7F. Grayscale: #797979. Windows color (decimal): -10059136 or 8421990. OLE color: 8421990.

HSL color Cylindrical-coordinate representation of color #668280: hue angle of 175.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668280 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 128 -
CMYK 0.22 0 0.02 0.49
HSL 175.71º 0.12% 0.45% -
HSV(B) 175.71º 0.22% 0.51% -
XYZ 17.36 20.35 23.43 -
YUV 121.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 102 130 128 0.22 0 0.02 0.49 175.71 0.12 0.45
Hex 66 82 80 16 0 2 31 B0 C 2D
Octal 146 202 200 26 0 2 61 260 14 55
Binary 1100110 10000010 10000000 10110 0 10 110001 10110000 1100 101101

Color Harmonies of #668280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668280

Black with #668280

Text Example


Text Example

White with #668280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668280; }

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

 H1.HeaderClassName
 {
   color: #668280;
 }
 .AnyTagClassName
 {
   color: #668280;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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