Html Css Color HEX #6D827D Rolling Stone

📋 copy color: '#6D827D'

red 109 ◦ green 130 ◦ blue 125

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

Shades of Rolling Stone #6D827D

Tints of Rolling Stone #6D827D

RGB

 RED value IS 109 (42.97% from 255) = 29.95%

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 29.95%
G = 35.71%
B = 34.34%

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

#6D827D (or 0x6D827D) is known color: Rolling Stone. HEX triplet: 6D, 82 and 7D. RGB value is (109,130,125). Sum of RGB (Red+Green+Blue) = 109+130+125=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 130 - color contains mainly: green. Hex color #6D827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D827D is #927D82. Grayscale: #7B7B7B. Windows color (decimal): -9600387 or 8225389. OLE color: 8225389.

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

Color convert

RGB 109 130 125 -
CMYK 0.16 0 0.04 0.49
HSL 165.71º 0.09% 0.47% -
HSV(B) 165.71º 0.16% 0.51% -
XYZ 17.99 20.7 22.45 -
YUV 123.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 109 130 125 0.16 0 0.04 0.49 165.71 0.09 0.47
Hex 6D 82 7D 10 0 4 31 A6 9 2F
Octal 155 202 175 20 0 4 61 246 11 57
Binary 1101101 10000010 1111101 10000 0 100 110001 10100110 1001 101111

Color Harmonies of #6D827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D827D

Black with #6D827D

Text Example


Text Example

White with #6D827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,130,125); }

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

background-color css

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

 a { background-color: rgb(109,130,125); }

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

border-color css

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

 span { border-color: rgb(109,130,125); }

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