Html Css Color HEX #6F807D Rolling Stone

📋 copy color: '#6F807D'

red 111 ◦ green 128 ◦ blue 125

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

Shades of Rolling Stone #6F807D

Tints of Rolling Stone #6F807D

RGB

 RED value IS 111 (43.75% from 255) = 30.49%

 GREEN value IS 128 (50.39% from 255) = 35.16%

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

R = 30.49%
G = 35.16%
B = 34.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#6F807D (or 0x6F807D) is known color: Rolling Stone. HEX triplet: 6F, 80 and 7D. RGB value is (111,128,125). Sum of RGB (Red+Green+Blue) = 111+128+125=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 128 - color contains mainly: green. Hex color #6F807D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F807D is #907F82. Grayscale: #7A7A7A. Windows color (decimal): -9469827 or 8224879. OLE color: 8224879.

HSL color Cylindrical-coordinate representation of color #6F807D: hue angle of 169.41º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F807D is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 128 125 -
CMYK 0.13 0 0.02 0.50
HSL 169.41º 0.07% 0.47% -
HSV(B) 169.41º 0.13% 0.5% -
XYZ 17.98 20.3 22.37 -
YUV 122.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 111 128 125 0.13 0 0.02 0.50 169.41 0.07 0.47
Hex 6F 80 7D D 0 2 32 A9 7 2F
Octal 157 200 175 15 0 2 62 251 7 57
Binary 1101111 10000000 1111101 1101 0 10 110010 10101001 111 101111

Color Harmonies of #6F807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F807D

Black with #6F807D

Text Example


Text Example

White with #6F807D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,128,125); }

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

background-color css

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

 a { background-color: rgb(111,128,125); }

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

border-color css

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

 span { border-color: rgb(111,128,125); }

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