Html Css Color HEX #6EAA9E Tradewind

📋 copy color: '#6EAA9E'

red 110 ◦ green 170 ◦ blue 158

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

Shades of Tradewind #6EAA9E

Tints of Tradewind #6EAA9E

RGB

 RED value IS 110 (43.36% from 255) = 25.11%

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

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

R = 25.11%
G = 38.81%
B = 36.07%

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

#6EAA9E (or 0x6EAA9E) is known color: Tradewind. HEX triplet: 6E, AA and 9E. RGB value is (110,170,158). Sum of RGB (Red+Green+Blue) = 110+170+158=438 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.11% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAA9E is #915561. Grayscale: #969696. Windows color (decimal): -9524578 or 10398318. OLE color: 10398318.

HSL color Cylindrical-coordinate representation of color #6EAA9E: hue angle of 168º 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 #6EAA9E is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 170 158 -
CMYK 0.35 0 0.07 0.33
HSL 168º 0.26% 0.55% -
HSV(B) 168º 0.35% 0.67% -
XYZ 26.98 34.53 37.59 -
YUV 150.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 110 170 158 0.35 0 0.07 0.33 168 0.26 0.55
Hex 6E AA 9E 23 0 7 21 A8 1A 37
Octal 156 252 236 43 0 7 41 250 32 67
Binary 1101110 10101010 10011110 100011 0 111 100001 10101000 11010 110111

Color Harmonies of #6EAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAA9E

Black with #6EAA9E

Text Example


Text Example

White with #6EAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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