Html Css Color HEX #68827C Rolling Stone

📋 copy color: '#68827C'

red 104 ◦ green 130 ◦ blue 124

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

Shades of Rolling Stone #68827C

Tints of Rolling Stone #68827C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 29.05%
G = 36.31%
B = 34.64%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#68827C (or 0x68827C) is known color: Rolling Stone. HEX triplet: 68, 82 and 7C. RGB value is (104,130,124). Sum of RGB (Red+Green+Blue) = 104+130+124=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 130 - color contains mainly: green. Hex color #68827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68827C is #977D83. Grayscale: #797979. Windows color (decimal): -9928068 or 8159848. OLE color: 8159848.

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

Color convert

RGB 104 130 124 -
CMYK 0.2 0 0.05 0.49
HSL 166.15º 0.11% 0.46% -
HSV(B) 166.15º 0.2% 0.51% -
XYZ 17.33 20.36 22.09 -
YUV 121.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 104 130 124 0.2 0 0.05 0.49 166.15 0.11 0.46
Hex 68 82 7C 14 0 5 31 A6 B 2E
Octal 150 202 174 24 0 5 61 246 13 56
Binary 1101000 10000010 1111100 10100 0 101 110001 10100110 1011 101110

Color Harmonies of #68827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68827C

Black with #68827C

Text Example


Text Example

White with #68827C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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