Html Css Color HEX #6F6977 Scarpa Flow

📋 copy color: '#6F6977'

red 111 ◦ green 105 ◦ blue 119

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

Shades of Scarpa Flow #6F6977

Tints of Scarpa Flow #6F6977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 33.13%
G = 31.34%
B = 35.52%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F6977 (or 0x6F6977) is known color: Scarpa Flow. HEX triplet: 6F, 69 and 77. RGB value is (111,105,119). Sum of RGB (Red+Green+Blue) = 111+105+119=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F6977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6977 is #909688. Grayscale: #6C6C6C. Windows color (decimal): -9475721 or 7825775. OLE color: 7825775.

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

Color convert

RGB 111 105 119 -
CMYK 0.07 0.12 0 0.53
HSL 265.71º 0.06% 0.44% -
HSV(B) 265.71º 0.12% 0.47% -
XYZ 14.94 14.81 19.53 -
YUV 108.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 111 105 119 0.07 0.12 0 0.53 265.71 0.06 0.44
Hex 6F 69 77 7 C 0 35 10A 6 2C
Octal 157 151 167 7 14 0 65 412 6 54
Binary 1101111 1101001 1110111 111 1100 0 110101 100001010 110 101100

Color Harmonies of #6F6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6977

Black with #6F6977

Text Example


Text Example

White with #6F6977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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