Html Css Color HEX #6EA685 Bay Leaf

📋 copy color: '#6EA685'

red 110 ◦ green 166 ◦ blue 133

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

Shades of Bay Leaf #6EA685

Tints of Bay Leaf #6EA685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

 BLUE value IS 133 (52.34% from 255) = 32.52%

R = 26.89%
G = 40.59%
B = 32.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#6EA685 (or 0x6EA685) is known color: Bay Leaf. HEX triplet: 6E, A6 and 85. RGB value is (110,166,133). Sum of RGB (Red+Green+Blue) = 110+166+133=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #6EA685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA685 is #91597A. Grayscale: #919191. Windows color (decimal): -9525627 or 8758894. OLE color: 8758894.

HSL color Cylindrical-coordinate representation of color #6EA685: hue angle of 144.64º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6EA685 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 110 166 133 -
CMYK 0.34 0 0.20 0.35
HSL 144.64º 0.24% 0.54% -
HSV(B) 144.64º 0.34% 0.65% -
XYZ 24.3 32.28 27.14 -
YUV 145.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 110 166 133 0.34 0 0.20 0.35 144.64 0.24 0.54
Hex 6E A6 85 22 0 14 23 91 18 36
Octal 156 246 205 42 0 24 43 221 30 66
Binary 1101110 10100110 10000101 100010 0 10100 100011 10010001 11000 110110

Color Harmonies of #6EA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA685

Black with #6EA685

Text Example


Text Example

White with #6EA685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,166,133); }

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

background-color css

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

 a { background-color: rgb(110,166,133); }

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

border-color css

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

 span { border-color: rgb(110,166,133); }

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