Html Css Color HEX #6C827D Rolling Stone

📋 copy color: '#6C827D'

red 108 ◦ green 130 ◦ blue 125

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

Shades of Rolling Stone #6C827D

Tints of Rolling Stone #6C827D

RGB

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

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

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

R = 29.75%
G = 35.81%
B = 34.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#6C827D (or 0x6C827D) is known color: Rolling Stone. HEX triplet: 6C, 82 and 7D. RGB value is (108,130,125). Sum of RGB (Red+Green+Blue) = 108+130+125=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 130 - color contains mainly: green. Hex color #6C827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C827D is #937D82. Grayscale: #7A7A7A. Windows color (decimal): -9665923 or 8225388. OLE color: 8225388.

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

Color convert

RGB 108 130 125 -
CMYK 0.17 0 0.04 0.49
HSL 166.36º 0.09% 0.47% -
HSV(B) 166.36º 0.17% 0.51% -
XYZ 17.87 20.63 22.44 -
YUV 122.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 108 130 125 0.17 0 0.04 0.49 166.36 0.09 0.47
Hex 6C 82 7D 11 0 4 31 A6 9 2F
Octal 154 202 175 21 0 4 61 246 11 57
Binary 1101100 10000010 1111101 10001 0 100 110001 10100110 1001 101111

Color Harmonies of #6C827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C827D

Black with #6C827D

Text Example


Text Example

White with #6C827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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