Html Css Color HEX #6EA199 Tradewind

📋 copy color: '#6EA199'

red 110 ◦ green 161 ◦ blue 153

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

Shades of Tradewind #6EA199

Tints of Tradewind #6EA199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.97%

 BLUE value IS 153 (60.16% from 255) = 36.08%

R = 25.94%
G = 37.97%
B = 36.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#6EA199 (or 0x6EA199) is known color: Tradewind. HEX triplet: 6E, A1 and 99. RGB value is (110,161,153). Sum of RGB (Red+Green+Blue) = 110+161+153=424 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.94% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA199 is #915E66. Grayscale: #909090. Windows color (decimal): -9526887 or 10068334. OLE color: 10068334.

HSL color Cylindrical-coordinate representation of color #6EA199: hue angle of 170.59º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6EA199 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 110 161 153 -
CMYK 0.32 0 0.05 0.37
HSL 170.59º 0.21% 0.53% -
HSV(B) 170.59º 0.32% 0.63% -
XYZ 24.93 31.1 34.83 -
YUV 144.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 110 161 153 0.32 0 0.05 0.37 170.59 0.21 0.53
Hex 6E A1 99 20 0 5 25 AB 15 35
Octal 156 241 231 40 0 5 45 253 25 65
Binary 1101110 10100001 10011001 100000 0 101 100101 10101011 10101 110101

Color Harmonies of #6EA199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA199

Black with #6EA199

Text Example


Text Example

White with #6EA199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,161,153); }

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

background-color css

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

 a { background-color: rgb(110,161,153); }

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

border-color css

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

 span { border-color: rgb(110,161,153); }

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