Html Css Color HEX #6F6A75 Scarpa Flow

📋 copy color: '#6F6A75'

red 111 ◦ green 106 ◦ blue 117

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

Shades of Scarpa Flow #6F6A75

Tints of Scarpa Flow #6F6A75

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.74%

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 33.23%
G = 31.74%
B = 35.03%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F6A75 (or 0x6F6A75) is known color: Scarpa Flow. HEX triplet: 6F, 6A and 75. RGB value is (111,106,117). Sum of RGB (Red+Green+Blue) = 111+106+117=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F6A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A75 is #90958A. Grayscale: #6C6C6C. Windows color (decimal): -9475467 or 7694959. OLE color: 7694959.

HSL color Cylindrical-coordinate representation of color #6F6A75: hue angle of 267.27º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F6A75 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 106 117 -
CMYK 0.05 0.09 0 0.54
HSL 267.27º 0.05% 0.44% -
HSV(B) 267.27º 0.09% 0.46% -
XYZ 14.92 14.97 18.93 -
YUV 108.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 111 106 117 0.05 0.09 0 0.54 267.27 0.05 0.44
Hex 6F 6A 75 5 9 0 36 10B 5 2C
Octal 157 152 165 5 11 0 66 413 5 54
Binary 1101111 1101010 1110101 101 1001 0 110110 100001011 101 101100

Color Harmonies of #6F6A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6A75

Black with #6F6A75

Text Example


Text Example

White with #6F6A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,106,117); }

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

background-color css

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

 a { background-color: rgb(111,106,117); }

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

border-color css

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

 span { border-color: rgb(111,106,117); }

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