Html Css Color HEX #6C7466 Willow Grove

📋 copy color: '#6C7466'

red 108 ◦ green 116 ◦ blue 102

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

Shades of Willow Grove #6C7466

Tints of Willow Grove #6C7466

RGB

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

 GREEN value IS 116 (45.7% 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 value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#6C7466 (or 0x6C7466) is known color: 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

RGB 108 116 102 -
CMYK 0.07 0 0.12 0.55
HSL 94.29º 0.06% 0.43% -
HSV(B) 94.29º 0.12% 0.45% -
XYZ 14.83 16.64 15 -
YUV 112.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 108 116 102 0.07 0 0.12 0.55 94.29 0.06 0.43
Hex 6C 74 66 7 0 C 37 5E 6 2B
Octal 154 164 146 7 0 14 67 136 6 53
Binary 1101100 1110100 1100110 111 0 1100 110111 1011110 110 101011

Color Harmonies of #6C7466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7466

Black with #6C7466

Text Example


Text Example

White with #6C7466

Text Example


Text Example

HTML Codes & Css Web 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>