Html Css Color HEX #6FAA9E Tradewind

📋 copy color: '#6FAA9E'

red 111 ◦ green 170 ◦ blue 158

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

Shades of Tradewind #6FAA9E

Tints of Tradewind #6FAA9E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.72%

 BLUE value IS 158 (62.11% from 255) = 35.99%

R = 25.28%
G = 38.72%
B = 35.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#6FAA9E (or 0x6FAA9E) is known color: Tradewind. HEX triplet: 6F, AA and 9E. RGB value is (111,170,158). Sum of RGB (Red+Green+Blue) = 111+170+158=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAA9E is #905561. Grayscale: #969696. Windows color (decimal): -9459042 or 10398319. OLE color: 10398319.

HSL color Cylindrical-coordinate representation of color #6FAA9E: hue angle of 167.8º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAA9E is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 170 158 -
CMYK 0.35 0 0.07 0.33
HSL 167.8º 0.26% 0.55% -
HSV(B) 167.8º 0.35% 0.67% -
XYZ 27.1 34.6 37.6 -
YUV 150.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 111 170 158 0.35 0 0.07 0.33 167.8 0.26 0.55
Hex 6F AA 9E 23 0 7 21 A8 1A 37
Octal 157 252 236 43 0 7 41 250 32 67
Binary 1101111 10101010 10011110 100011 0 111 100001 10101000 11010 110111

Color Harmonies of #6FAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAA9E

Black with #6FAA9E

Text Example


Text Example

White with #6FAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,170,158); }

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

background-color css

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

 a { background-color: rgb(111,170,158); }

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

border-color css

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

 span { border-color: rgb(111,170,158); }

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