Html Css Color HEX #688280 Rolling Stone

📋 copy color: '#688280'

red 104 ◦ green 130 ◦ blue 128

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

Shades of Rolling Stone #688280

Tints of Rolling Stone #688280

RGB

 RED value IS 104 (41.02% from 255) = 28.73%

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

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

R = 28.73%
G = 35.91%
B = 35.36%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#688280 (or 0x688280) is known color: Rolling Stone. HEX triplet: 68, 82 and 80. RGB value is (104,130,128). Sum of RGB (Red+Green+Blue) = 104+130+128=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #688280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688280 is #977D7F. Grayscale: #797979. Windows color (decimal): -9928064 or 8421992. OLE color: 8421992.

HSL color Cylindrical-coordinate representation of color #688280: hue angle of 175.38º 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 #688280 is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 128 -
CMYK 0.2 0 0.02 0.49
HSL 175.38º 0.11% 0.46% -
HSV(B) 175.38º 0.2% 0.51% -
XYZ 17.59 20.47 23.45 -
YUV 122 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 104 130 128 0.2 0 0.02 0.49 175.38 0.11 0.46
Hex 68 82 80 14 0 2 31 AF B 2E
Octal 150 202 200 24 0 2 61 257 13 56
Binary 1101000 10000010 10000000 10100 0 10 110001 10101111 1011 101110

Color Harmonies of #688280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688280

Black with #688280

Text Example


Text Example

White with #688280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688280; }

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

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

background-color css

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

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

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

border-color css

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

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

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