Html Css Color HEX #6E7668 Willow Grove

📋 copy color: '#6E7668'

red 110 ◦ green 118 ◦ blue 104

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

Shades of Willow Grove #6E7668

Tints of Willow Grove #6E7668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.54%

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 33.13%
G = 35.54%
B = 31.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#6E7668 (or 0x6E7668) is known color: Willow Grove. HEX triplet: 6E, 76 and 68. RGB value is (110,118,104). Sum of RGB (Red+Green+Blue) = 110+118+104=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7668 is #918997. Grayscale: #727272. Windows color (decimal): -9537944 or 6846062. OLE color: 6846062.

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

Color convert

RGB 110 118 104 -
CMYK 0.07 0 0.12 0.54
HSL 94.29º 0.06% 0.44% -
HSV(B) 94.29º 0.12% 0.46% -
XYZ 15.41 17.27 15.62 -
YUV 114.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 110 118 104 0.07 0 0.12 0.54 94.29 0.06 0.44
Hex 6E 76 68 7 0 C 36 5E 6 2C
Octal 156 166 150 7 0 14 66 136 6 54
Binary 1101110 1110110 1101000 111 0 1100 110110 1011110 110 101100

Color Harmonies of #6E7668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7668

Black with #6E7668

Text Example


Text Example

White with #6E7668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,118,104); }

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

background-color css

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

 a { background-color: rgb(110,118,104); }

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

border-color css

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

 span { border-color: rgb(110,118,104); }

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