Html Css Color HEX #6D7066 Willow Grove

📋 copy color: '#6D7066'

red 109 ◦ green 112 ◦ blue 102

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

Shades of Willow Grove #6D7066

Tints of Willow Grove #6D7066

RGB

 RED value IS 109 (42.97% from 255) = 33.75%

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

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

R = 33.75%
G = 34.67%
B = 31.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6D7066 (or 0x6D7066) is known color: Willow Grove. HEX triplet: 6D, 70 and 66. RGB value is (109,112,102). Sum of RGB (Red+Green+Blue) = 109+112+102=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7066 is #928F99. Grayscale: #6E6E6E. Windows color (decimal): -9605018 or 6713453. OLE color: 6713453.

HSL color Cylindrical-coordinate representation of color #6D7066: hue angle of 78º 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 #6D7066 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 112 102 -
CMYK 0.03 0 0.09 0.56
HSL 78º 0.05% 0.42% -
HSV(B) 78º 0.09% 0.44% -
XYZ 14.5 15.8 14.86 -
YUV 109.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 109 112 102 0.03 0 0.09 0.56 78 0.05 0.42
Hex 6D 70 66 3 0 9 38 4E 5 2A
Octal 155 160 146 3 0 11 70 116 5 52
Binary 1101101 1110000 1100110 11 0 1001 111000 1001110 101 101010

Color Harmonies of #6D7066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7066

Black with #6D7066

Text Example


Text Example

White with #6D7066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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