Html Css Color HEX #6FA884 Bay Leaf

📋 copy color: '#6FA884'

red 111 ◦ green 168 ◦ blue 132

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

Shades of Bay Leaf #6FA884

Tints of Bay Leaf #6FA884

RGB

 RED value IS 111 (43.75% from 255) = 27.01%

 GREEN value IS 168 (66.02% from 255) = 40.88%

 BLUE value IS 132 (51.95% from 255) = 32.12%

R = 27.01%
G = 40.88%
B = 32.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#6FA884 (or 0x6FA884) is known color: Bay Leaf. HEX triplet: 6F, A8 and 84. RGB value is (111,168,132). Sum of RGB (Red+Green+Blue) = 111+168+132=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 168 - color contains mainly: green. Hex color #6FA884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA884 is #90577B. Grayscale: #929292. Windows color (decimal): -9459580 or 8693871. OLE color: 8693871.

HSL color Cylindrical-coordinate representation of color #6FA884: hue angle of 142.11º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA884 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 111 168 132 -
CMYK 0.34 0 0.21 0.34
HSL 142.11º 0.25% 0.55% -
HSV(B) 142.11º 0.34% 0.66% -
XYZ 24.72 33.05 26.91 -
YUV 146.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 111 168 132 0.34 0 0.21 0.34 142.11 0.25 0.55
Hex 6F A8 84 22 0 15 22 8E 19 37
Octal 157 250 204 42 0 25 42 216 31 67
Binary 1101111 10101000 10000100 100010 0 10101 100010 10001110 11001 110111

Color Harmonies of #6FA884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA884

Black with #6FA884

Text Example


Text Example

White with #6FA884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,168,132); }

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

background-color css

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

 a { background-color: rgb(111,168,132); }

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

border-color css

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

 span { border-color: rgb(111,168,132); }

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