Html Css Color HEX #6D827E Rolling Stone

📋 copy color: '#6D827E'

red 109 ◦ green 130 ◦ blue 126

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

Shades of Rolling Stone #6D827E

Tints of Rolling Stone #6D827E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 29.86%
G = 35.62%
B = 34.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#6D827E (or 0x6D827E) is known color: Rolling Stone. HEX triplet: 6D, 82 and 7E. RGB value is (109,130,126). Sum of RGB (Red+Green+Blue) = 109+130+126=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 130 - color contains mainly: green. Hex color #6D827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D827E is #927D81. Grayscale: #7B7B7B. Windows color (decimal): -9600386 or 8290925. OLE color: 8290925.

HSL color Cylindrical-coordinate representation of color #6D827E: hue angle of 168.57º 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 #6D827E is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 130 126 -
CMYK 0.16 0 0.03 0.49
HSL 168.57º 0.09% 0.47% -
HSV(B) 168.57º 0.16% 0.51% -
XYZ 18.06 20.72 22.79 -
YUV 123.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 109 130 126 0.16 0 0.03 0.49 168.57 0.09 0.47
Hex 6D 82 7E 10 0 3 31 A9 9 2F
Octal 155 202 176 20 0 3 61 251 11 57
Binary 1101101 10000010 1111110 10000 0 11 110001 10101001 1001 101111

Color Harmonies of #6D827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D827E

Black with #6D827E

Text Example


Text Example

White with #6D827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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