Html Css Color HEX #6C7069 Willow Grove

📋 copy color: '#6C7069'

red 108 ◦ green 112 ◦ blue 105

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

Shades of Willow Grove #6C7069

Tints of Willow Grove #6C7069

RGB

 RED value IS 108 (42.58% from 255) = 33.23%

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

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

R = 33.23%
G = 34.46%
B = 32.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#6C7069 (or 0x6C7069) is known color: Willow Grove. HEX triplet: 6C, 70 and 69. RGB value is (108,112,105). Sum of RGB (Red+Green+Blue) = 108+112+105=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7069 is #938F96. Grayscale: #6E6E6E. Windows color (decimal): -9670551 or 6910060. OLE color: 6910060.

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

Color convert

RGB 108 112 105 -
CMYK 0.04 0 0.06 0.56
HSL 94.29º 0.03% 0.43% -
HSV(B) 94.29º 0.06% 0.44% -
XYZ 14.53 15.8 15.65 -
YUV 110.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 108 112 105 0.04 0 0.06 0.56 94.29 0.03 0.43
Hex 6C 70 69 4 0 6 38 5E 3 2B
Octal 154 160 151 4 0 6 70 136 3 53
Binary 1101100 1110000 1101001 100 0 110 111000 1011110 11 101011

Color Harmonies of #6C7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7069

Black with #6C7069

Text Example


Text Example

White with #6C7069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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