Html Css Color HEX #6E7066 Finch

📋 copy color: '#6E7066'

red 110 ◦ green 112 ◦ blue 102

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

Shades of Finch #6E7066

Tints of Finch #6E7066

RGB

 RED value IS 110 (43.36% from 255) = 33.95%

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

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 33.95%
G = 34.57%
B = 31.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6E7066 (or 0x6E7066) is known color: Finch. HEX triplet: 6E, 70 and 66. RGB value is (110,112,102). Sum of RGB (Red+Green+Blue) = 110+112+102=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7066 is #918F99. Grayscale: #6E6E6E. Windows color (decimal): -9539482 or 6713454. OLE color: 6713454.

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

Color convert

RGB 110 112 102 -
CMYK 0.02 0 0.09 0.56
HSL 72º 0.05% 0.42% -
HSV(B) 72º 0.09% 0.44% -
XYZ 14.62 15.86 14.86 -
YUV 110.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 110 112 102 0.02 0 0.09 0.56 72 0.05 0.42
Hex 6E 70 66 2 0 9 38 48 5 2A
Octal 156 160 146 2 0 11 70 110 5 52
Binary 1101110 1110000 1100110 10 0 1001 111000 1001000 101 101010

Color Harmonies of #6E7066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7066

Black with #6E7066

Text Example


Text Example

White with #6E7066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,112,102); }

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

background-color css

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

 a { background-color: rgb(110,112,102); }

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

border-color css

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

 span { border-color: rgb(110,112,102); }

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