Html Css Color HEX #6FA99F Tradewind

📋 copy color: '#6FA99F'

red 111 ◦ green 169 ◦ blue 159

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

Shades of Tradewind #6FA99F

Tints of Tradewind #6FA99F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.5%

 BLUE value IS 159 (62.5% from 255) = 36.22%

R = 25.28%
G = 38.5%
B = 36.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#6FA99F (or 0x6FA99F) is known color: Tradewind. HEX triplet: 6F, A9 and 9F. RGB value is (111,169,159). Sum of RGB (Red+Green+Blue) = 111+169+159=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA99F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA99F is #905660. Grayscale: #969696. Windows color (decimal): -9459297 or 10463599. OLE color: 10463599.

HSL color Cylindrical-coordinate representation of color #6FA99F: hue angle of 169.66º 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 #6FA99F is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 111 169 159 -
CMYK 0.34 0 0.06 0.34
HSL 169.66º 0.25% 0.55% -
HSV(B) 169.66º 0.34% 0.66% -
XYZ 27 34.26 37.99 -
YUV 150.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 111 169 159 0.34 0 0.06 0.34 169.66 0.25 0.55
Hex 6F A9 9F 22 0 6 22 AA 19 37
Octal 157 251 237 42 0 6 42 252 31 67
Binary 1101111 10101001 10011111 100010 0 110 100010 10101010 11001 110111

Color Harmonies of #6FA99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA99F

Black with #6FA99F

Text Example


Text Example

White with #6FA99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,169,159); }

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

background-color css

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

 a { background-color: rgb(111,169,159); }

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

border-color css

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

 span { border-color: rgb(111,169,159); }

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