Html Css Color HEX #6D827B Rolling Stone

📋 copy color: '#6D827B'

red 109 ◦ green 130 ◦ blue 123

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

Shades of Rolling Stone #6D827B

Tints of Rolling Stone #6D827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 30.11%
G = 35.91%
B = 33.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#6D827B (or 0x6D827B) is known color: Rolling Stone. HEX triplet: 6D, 82 and 7B. RGB value is (109,130,123). Sum of RGB (Red+Green+Blue) = 109+130+123=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #6D827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D827B is #927D84. Grayscale: #7A7A7A. Windows color (decimal): -9600389 or 8094317. OLE color: 8094317.

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

Color convert

RGB 109 130 123 -
CMYK 0.16 0 0.05 0.49
HSL 160º 0.09% 0.47% -
HSV(B) 160º 0.16% 0.51% -
XYZ 17.86 20.65 21.78 -
YUV 122.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 109 130 123 0.16 0 0.05 0.49 160 0.09 0.47
Hex 6D 82 7B 10 0 5 31 A0 9 2F
Octal 155 202 173 20 0 5 61 240 11 57
Binary 1101101 10000010 1111011 10000 0 101 110001 10100000 1001 101111

Color Harmonies of #6D827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D827B

Black with #6D827B

Text Example


Text Example

White with #6D827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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