Html Css Color HEX #6F6979 Scarpa Flow

📋 copy color: '#6F6979'

red 111 ◦ green 105 ◦ blue 121

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

Shades of Scarpa Flow #6F6979

Tints of Scarpa Flow #6F6979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 32.94%
G = 31.16%
B = 35.91%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F6979 (or 0x6F6979) is known color: Scarpa Flow. HEX triplet: 6F, 69 and 79. RGB value is (111,105,121). Sum of RGB (Red+Green+Blue) = 111+105+121=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F6979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6979 is #909686. Grayscale: #6C6C6C. Windows color (decimal): -9475719 or 7956847. OLE color: 7956847.

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

Color convert

RGB 111 105 121 -
CMYK 0.08 0.13 0 0.53
HSL 262.5º 0.07% 0.44% -
HSV(B) 262.5º 0.13% 0.47% -
XYZ 15.06 14.86 20.16 -
YUV 108.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 111 105 121 0.08 0.13 0 0.53 262.5 0.07 0.44
Hex 6F 69 79 8 D 0 35 106 7 2C
Octal 157 151 171 10 15 0 65 406 7 54
Binary 1101111 1101001 1111001 1000 1101 0 110101 100000110 111 101100

Color Harmonies of #6F6979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6979

Black with #6F6979

Text Example


Text Example

White with #6F6979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,105,121); }

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

background-color css

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

 a { background-color: rgb(111,105,121); }

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

border-color css

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

 span { border-color: rgb(111,105,121); }

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