Html Css Color HEX #6F8280 Rolling Stone

📋 copy color: '#6F8280'

red 111 ◦ green 130 ◦ blue 128

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

Shades of Rolling Stone #6F8280

Tints of Rolling Stone #6F8280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 30.08%
G = 35.23%
B = 34.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#6F8280 (or 0x6F8280) is known color: Rolling Stone. HEX triplet: 6F, 82 and 80. RGB value is (111,130,128). Sum of RGB (Red+Green+Blue) = 111+130+128=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 130 - color contains mainly: green. Hex color #6F8280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8280 is #907D7F. Grayscale: #7C7C7C. Windows color (decimal): -9469312 or 8421999. OLE color: 8421999.

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

Color convert

RGB 111 130 128 -
CMYK 0.15 0 0.02 0.49
HSL 173.68º 0.08% 0.47% -
HSV(B) 173.68º 0.15% 0.51% -
XYZ 18.43 20.9 23.49 -
YUV 124.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 111 130 128 0.15 0 0.02 0.49 173.68 0.08 0.47
Hex 6F 82 80 F 0 2 31 AE 8 2F
Octal 157 202 200 17 0 2 61 256 10 57
Binary 1101111 10000010 10000000 1111 0 10 110001 10101110 1000 101111

Color Harmonies of #6F8280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8280

Black with #6F8280

Text Example


Text Example

White with #6F8280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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