Html Css Color HEX #6C857F Rolling Stone

📋 copy color: '#6C857F'

red 108 ◦ green 133 ◦ blue 127

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

Shades of Rolling Stone #6C857F

Tints of Rolling Stone #6C857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

 BLUE value IS 127 (50% from 255) = 34.51%

R = 29.35%
G = 36.14%
B = 34.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#6C857F (or 0x6C857F) is known color: Rolling Stone. HEX triplet: 6C, 85 and 7F. RGB value is (108,133,127). Sum of RGB (Red+Green+Blue) = 108+133+127=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #6C857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C857F is #937A80. Grayscale: #7C7C7C. Windows color (decimal): -9665153 or 8357228. OLE color: 8357228.

HSL color Cylindrical-coordinate representation of color #6C857F: hue angle of 165.6º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C857F is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 133 127 -
CMYK 0.19 0 0.05 0.48
HSL 165.6º 0.1% 0.47% -
HSV(B) 165.6º 0.19% 0.52% -
XYZ 18.4 21.5 23.26 -
YUV 124.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 108 133 127 0.19 0 0.05 0.48 165.6 0.1 0.47
Hex 6C 85 7F 13 0 5 30 A6 A 2F
Octal 154 205 177 23 0 5 60 246 12 57
Binary 1101100 10000101 1111111 10011 0 101 110000 10100110 1010 101111

Color Harmonies of #6C857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C857F

Black with #6C857F

Text Example


Text Example

White with #6C857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,133,127); }

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

background-color css

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

 a { background-color: rgb(108,133,127); }

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

border-color css

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

 span { border-color: rgb(108,133,127); }

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