Html Css Color HEX #6A7162 Willow Grove

📋 copy color: '#6A7162'

red 106 ◦ green 113 ◦ blue 98

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

Shades of Willow Grove #6A7162

Tints of Willow Grove #6A7162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.65%

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 33.44%
G = 35.65%
B = 30.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6A7162 (or 0x6A7162) is known color: Willow Grove. HEX triplet: 6A, 71 and 62. RGB value is (106,113,98). Sum of RGB (Red+Green+Blue) = 106+113+98=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7162 is #958E9D. Grayscale: #6D6D6D. Windows color (decimal): -9801374 or 6451562. OLE color: 6451562.

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

Color convert

RGB 106 113 98 -
CMYK 0.06 0 0.13 0.56
HSL 88º 0.07% 0.41% -
HSV(B) 88º 0.13% 0.44% -
XYZ 14.05 15.76 13.86 -
YUV 109.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 106 113 98 0.06 0 0.13 0.56 88 0.07 0.41
Hex 6A 71 62 6 0 D 38 58 7 29
Octal 152 161 142 6 0 15 70 130 7 51
Binary 1101010 1110001 1100010 110 0 1101 111000 1011000 111 101001

Color Harmonies of #6A7162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7162

Black with #6A7162

Text Example


Text Example

White with #6A7162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,113,98); }

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

background-color css

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

 a { background-color: rgb(106,113,98); }

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

border-color css

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

 span { border-color: rgb(106,113,98); }

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