Html Css Color HEX #6F7069 Finch

📋 copy color: '#6F7069'

red 111 ◦ green 112 ◦ blue 105

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

Shades of Finch #6F7069

Tints of Finch #6F7069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

 BLUE value IS 105 (41.41% from 255) = 32.01%

R = 33.84%
G = 34.15%
B = 32.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6F7069 (or 0x6F7069) is known color: Finch. HEX triplet: 6F, 70 and 69. RGB value is (111,112,105). Sum of RGB (Red+Green+Blue) = 111+112+105=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7069 is #908F96. Grayscale: #6E6E6E. Windows color (decimal): -9473943 or 6910063. OLE color: 6910063.

HSL color Cylindrical-coordinate representation of color #6F7069: hue angle of 68.57º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6F7069 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 112 105 -
CMYK 0.01 0 0.06 0.56
HSL 68.57º 0.03% 0.43% -
HSV(B) 68.57º 0.06% 0.44% -
XYZ 14.9 15.99 15.67 -
YUV 110.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 111 112 105 0.01 0 0.06 0.56 68.57 0.03 0.43
Hex 6F 70 69 1 0 6 38 45 3 2B
Octal 157 160 151 1 0 6 70 105 3 53
Binary 1101111 1110000 1101001 1 0 110 111000 1000101 11 101011

Color Harmonies of #6F7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7069

Black with #6F7069

Text Example


Text Example

White with #6F7069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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