Html Css Color HEX #6A6D68 Willow Grove

📋 copy color: '#6A6D68'

red 106 ◦ green 109 ◦ blue 104

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

Shades of Willow Grove #6A6D68

Tints of Willow Grove #6A6D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

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

R = 33.23%
G = 34.17%
B = 32.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6A6D68 (or 0x6A6D68) is known color: Willow Grove. HEX triplet: 6A, 6D and 68. RGB value is (106,109,104). Sum of RGB (Red+Green+Blue) = 106+109+104=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6D68 is #959297. Grayscale: #6B6B6B. Windows color (decimal): -9802392 or 6843754. OLE color: 6843754.

HSL color Cylindrical-coordinate representation of color #6A6D68: hue angle of 96º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6A6D68 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 106 109 104 -
CMYK 0.03 0 0.05 0.57
HSL 96º 0.02% 0.42% -
HSV(B) 96º 0.05% 0.43% -
XYZ 13.91 15 15.26 -
YUV 107.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 106 109 104 0.03 0 0.05 0.57 96 0.02 0.42
Hex 6A 6D 68 3 0 5 39 60 2 2A
Octal 152 155 150 3 0 5 71 140 2 52
Binary 1101010 1101101 1101000 11 0 101 111001 1100000 10 101010

Color Harmonies of #6A6D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6D68

Black with #6A6D68

Text Example


Text Example

White with #6A6D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,109,104); }

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

background-color css

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

 a { background-color: rgb(106,109,104); }

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

border-color css

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

 span { border-color: rgb(106,109,104); }

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