Html Css Color HEX #6FA59B Tradewind

📋 copy color: '#6FA59B'

red 111 ◦ green 165 ◦ blue 155

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

Shades of Tradewind #6FA59B

Tints of Tradewind #6FA59B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.28%

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 25.75%
G = 38.28%
B = 35.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#6FA59B (or 0x6FA59B) is known color: Tradewind. HEX triplet: 6F, A5 and 9B. RGB value is (111,165,155). Sum of RGB (Red+Green+Blue) = 111+165+155=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA59B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA59B is #905A64. Grayscale: #939393. Windows color (decimal): -9460325 or 10200431. OLE color: 10200431.

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

Color convert

RGB 111 165 155 -
CMYK 0.33 0 0.06 0.35
HSL 168.89º 0.23% 0.54% -
HSV(B) 168.89º 0.33% 0.65% -
XYZ 25.93 32.66 35.95 -
YUV 147.71 132.11 101.81 -
System Red Green Blue C M Y K H S L
Decimal 111 165 155 0.33 0 0.06 0.35 168.89 0.23 0.54
Hex 6F A5 9B 21 0 6 23 A9 17 36
Octal 157 245 233 41 0 6 43 251 27 66
Binary 1101111 10100101 10011011 100001 0 110 100011 10101001 10111 110110

Color Harmonies of #6FA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA59B

Black with #6FA59B

Text Example


Text Example

White with #6FA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,165,155); }

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

background-color css

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

 a { background-color: rgb(111,165,155); }

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

border-color css

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

 span { border-color: rgb(111,165,155); }

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