Html Css Color HEX #6BA884 Bay Leaf

📋 copy color: '#6BA884'

red 107 ◦ green 168 ◦ blue 132

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

Shades of Bay Leaf #6BA884

Tints of Bay Leaf #6BA884

RGB

 RED value IS 107 (42.19% from 255) = 26.29%

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

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

R = 26.29%
G = 41.28%
B = 32.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#6BA884 (or 0x6BA884) is known color: Bay Leaf. HEX triplet: 6B, A8 and 84. RGB value is (107,168,132). Sum of RGB (Red+Green+Blue) = 107+168+132=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 168 - color contains mainly: green. Hex color #6BA884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA884 is #94577B. Grayscale: #919191. Windows color (decimal): -9721724 or 8693867. OLE color: 8693867.

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

Color convert

RGB 107 168 132 -
CMYK 0.36 0 0.21 0.34
HSL 144.59º 0.26% 0.54% -
HSV(B) 144.59º 0.36% 0.66% -
XYZ 24.23 32.8 26.88 -
YUV 145.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 107 168 132 0.36 0 0.21 0.34 144.59 0.26 0.54
Hex 6B A8 84 24 0 15 22 91 1A 36
Octal 153 250 204 44 0 25 42 221 32 66
Binary 1101011 10101000 10000100 100100 0 10101 100010 10010001 11010 110110

Color Harmonies of #6BA884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA884

Black with #6BA884

Text Example


Text Example

White with #6BA884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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