Html Css Color HEX #6EA2A0 Tradewind

📋 copy color: '#6EA2A0'

red 110 ◦ green 162 ◦ blue 160

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

Shades of Tradewind #6EA2A0

Tints of Tradewind #6EA2A0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.5%

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 25.46%
G = 37.5%
B = 37.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#6EA2A0 (or 0x6EA2A0) is known color: Tradewind. HEX triplet: 6E, A2 and A0. RGB value is (110,162,160). Sum of RGB (Red+Green+Blue) = 110+162+160=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA2A0 is #915D5F. Grayscale: #929292. Windows color (decimal): -9526624 or 10527342. OLE color: 10527342.

HSL color Cylindrical-coordinate representation of color #6EA2A0: hue angle of 177.69º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6EA2A0 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 162 160 -
CMYK 0.32 0 0.01 0.36
HSL 177.69º 0.22% 0.53% -
HSV(B) 177.69º 0.32% 0.64% -
XYZ 25.7 31.69 38.02 -
YUV 146.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 110 162 160 0.32 0 0.01 0.36 177.69 0.22 0.53
Hex 6E A2 A0 20 0 1 24 B2 16 35
Octal 156 242 240 40 0 1 44 262 26 65
Binary 1101110 10100010 10100000 100000 0 1 100100 10110010 10110 110101

Color Harmonies of #6EA2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA2A0

Black with #6EA2A0

Text Example


Text Example

White with #6EA2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,162,160); }

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

background-color css

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

 a { background-color: rgb(110,162,160); }

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

border-color css

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

 span { border-color: rgb(110,162,160); }

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