#6C7466

Color #6C7466 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #6C7466

Tints of Willow Grove #6C7466

Color information

#6C7466 (or 0x6C7466) is unknown color: approx Willow Grove. HEX triplet: 6C, 74 and 66. RGB value is (108,116,102). Sum of RGB (Red+Green+Blue) = 108+116+102=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7466 is #938B99. Grayscale: #707070. Windows color (decimal): -9669530 or 6714476. OLE color: 6714476.

HSL color Cylindrical-coordinate representation of color #6C7466: hue angle of 94.29º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C7466 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB108116102-
CMYK0.0700.120.55
HSL94.29º6.42%42.75%-
HSV(B)94.29º12.07%45.49%-
XYZ14.8316.6415-
YUV112.01122.35125.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.13%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=33.13%
G=35.58%
B=31.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1081161020.0700.120.5594.296.4242.75
Hex6C746670C375e62b
Octal154164146701467136653
Binary110110011101001100110111011001101111011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,116,102); }

 H1.HeaderClassName
 {
   color: #6C7466;
 }
 .AnyTagClassName
 {
   color: #6C7466;
 }
</style>
background-color css

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

 a { background-color: rgb(108,116,102); }

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

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

 span { border-color: rgb(108,116,102); }

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