Html Css Color HEX #6C817C Rolling Stone

📋 copy color: '#6C817C'

red 108 ◦ green 129 ◦ blue 124

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

Shades of Rolling Stone #6C817C

Tints of Rolling Stone #6C817C

RGB

 RED value IS 108 (42.58% from 255) = 29.92%

 GREEN value IS 129 (50.78% from 255) = 35.73%

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

R = 29.92%
G = 35.73%
B = 34.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#6C817C (or 0x6C817C) is known color: Rolling Stone. HEX triplet: 6C, 81 and 7C. RGB value is (108,129,124). Sum of RGB (Red+Green+Blue) = 108+129+124=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 129 - color contains mainly: green. Hex color #6C817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C817C is #937E83. Grayscale: #7A7A7A. Windows color (decimal): -9666180 or 8159596. OLE color: 8159596.

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

Color convert

RGB 108 129 124 -
CMYK 0.16 0 0.04 0.49
HSL 165.71º 0.09% 0.46% -
HSV(B) 165.71º 0.16% 0.51% -
XYZ 17.67 20.34 22.06 -
YUV 122.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 108 129 124 0.16 0 0.04 0.49 165.71 0.09 0.46
Hex 6C 81 7C 10 0 4 31 A6 9 2E
Octal 154 201 174 20 0 4 61 246 11 56
Binary 1101100 10000001 1111100 10000 0 100 110001 10100110 1001 101110

Color Harmonies of #6C817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C817C

Black with #6C817C

Text Example


Text Example

White with #6C817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C817C; }

 p { color: rgb(108,129,124); }

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

background-color css

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

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

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

border-color css

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

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

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