Html Css Color HEX #6EADAC Tradewind

📋 copy color: '#6EADAC'

red 110 ◦ green 173 ◦ blue 172

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

Shades of Tradewind #6EADAC

Tints of Tradewind #6EADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.02%

 BLUE value IS 172 (67.58% from 255) = 37.8%

R = 24.18%
G = 38.02%
B = 37.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#6EADAC (or 0x6EADAC) is known color: Tradewind. HEX triplet: 6E, AD and AC. RGB value is (110,173,172). Sum of RGB (Red+Green+Blue) = 110+173+172=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #6EADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EADAC is #915253. Grayscale: #999999. Windows color (decimal): -9523796 or 11316590. OLE color: 11316590.

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

Color convert

RGB 110 173 172 -
CMYK 0.36 0 0.01 0.32
HSL 179.05º 0.28% 0.55% -
HSV(B) 179.05º 0.36% 0.68% -
XYZ 28.82 36.18 44.49 -
YUV 154.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 110 173 172 0.36 0 0.01 0.32 179.05 0.28 0.55
Hex 6E AD AC 24 0 1 20 B3 1C 37
Octal 156 255 254 44 0 1 40 263 34 67
Binary 1101110 10101101 10101100 100100 0 1 100000 10110011 11100 110111

Color Harmonies of #6EADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADAC

Black with #6EADAC

Text Example


Text Example

White with #6EADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,173,172); }

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

background-color css

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

 a { background-color: rgb(110,173,172); }

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

border-color css

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

 span { border-color: rgb(110,173,172); }

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