Html Css Color HEX #6EA4A2 Tradewind

📋 copy color: '#6EA4A2'

red 110 ◦ green 164 ◦ blue 162

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

Shades of Tradewind #6EA4A2

Tints of Tradewind #6EA4A2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.61%

 BLUE value IS 162 (63.67% from 255) = 37.16%

R = 25.23%
G = 37.61%
B = 37.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#6EA4A2 (or 0x6EA4A2) is known color: Tradewind. HEX triplet: 6E, A4 and A2. RGB value is (110,164,162). Sum of RGB (Red+Green+Blue) = 110+164+162=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA4A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA4A2 is #915B5D. Grayscale: #939393. Windows color (decimal): -9526110 or 10658926. OLE color: 10658926.

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

Color convert

RGB 110 164 162 -
CMYK 0.33 0 0.01 0.36
HSL 177.78º 0.23% 0.54% -
HSV(B) 177.78º 0.33% 0.64% -
XYZ 26.23 32.47 39.07 -
YUV 147.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 110 164 162 0.33 0 0.01 0.36 177.78 0.23 0.54
Hex 6E A4 A2 21 0 1 24 B2 17 36
Octal 156 244 242 41 0 1 44 262 27 66
Binary 1101110 10100100 10100010 100001 0 1 100100 10110010 10111 110110

Color Harmonies of #6EA4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA4A2

Black with #6EA4A2

Text Example


Text Example

White with #6EA4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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