Html Css Color HEX #6A7063 Willow Grove

📋 copy color: '#6A7063'

red 106 ◦ green 112 ◦ blue 99

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

Shades of Willow Grove #6A7063

Tints of Willow Grove #6A7063

RGB

 RED value IS 106 (41.8% from 255) = 33.44%

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

 BLUE value IS 99 (39.06% from 255) = 31.23%

R = 33.44%
G = 35.33%
B = 31.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6A7063 (or 0x6A7063) is known color: Willow Grove. HEX triplet: 6A, 70 and 63. RGB value is (106,112,99). Sum of RGB (Red+Green+Blue) = 106+112+99=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7063 is #958F9C. Grayscale: #6C6C6C. Windows color (decimal): -9801629 or 6516842. OLE color: 6516842.

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

Color convert

RGB 106 112 99 -
CMYK 0.05 0 0.12 0.56
HSL 87.69º 0.06% 0.41% -
HSV(B) 87.69º 0.12% 0.44% -
XYZ 13.99 15.55 14.07 -
YUV 108.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 106 112 99 0.05 0 0.12 0.56 87.69 0.06 0.41
Hex 6A 70 63 5 0 C 38 58 6 29
Octal 152 160 143 5 0 14 70 130 6 51
Binary 1101010 1110000 1100011 101 0 1100 111000 1011000 110 101001

Color Harmonies of #6A7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7063

Black with #6A7063

Text Example


Text Example

White with #6A7063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,112,99); }

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

background-color css

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

 a { background-color: rgb(106,112,99); }

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

border-color css

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

 span { border-color: rgb(106,112,99); }

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