Html Css Color HEX #6EAFAA Tradewind

📋 copy color: '#6EAFAA'

red 110 ◦ green 175 ◦ blue 170

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

Shades of Tradewind #6EAFAA

Tints of Tradewind #6EAFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.46%

 BLUE value IS 170 (66.8% from 255) = 37.36%

R = 24.18%
G = 38.46%
B = 37.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#6EAFAA (or 0x6EAFAA) is known color: Tradewind. HEX triplet: 6E, AF and AA. RGB value is (110,175,170). Sum of RGB (Red+Green+Blue) = 110+175+170=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAFAA is #915055. Grayscale: #9A9A9A. Windows color (decimal): -9523286 or 11186030. OLE color: 11186030.

HSL color Cylindrical-coordinate representation of color #6EAFAA: hue angle of 175.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAFAA is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 110 175 170 -
CMYK 0.37 0 0.03 0.31
HSL 175.38º 0.29% 0.56% -
HSV(B) 175.38º 0.37% 0.69% -
XYZ 29.02 36.88 43.62 -
YUV 155 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 110 175 170 0.37 0 0.03 0.31 175.38 0.29 0.56
Hex 6E AF AA 25 0 3 1F AF 1D 38
Octal 156 257 252 45 0 3 37 257 35 70
Binary 1101110 10101111 10101010 100101 0 11 11111 10101111 11101 111000

Color Harmonies of #6EAFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFAA

Black with #6EAFAA

Text Example


Text Example

White with #6EAFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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