Html Css Color HEX #6DAEAB Tradewind

📋 copy color: '#6DAEAB'

red 109 ◦ green 174 ◦ blue 171

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

Shades of Tradewind #6DAEAB

Tints of Tradewind #6DAEAB

RGB

 RED value IS 109 (42.97% from 255) = 24.01%

 GREEN value IS 174 (68.36% from 255) = 38.33%

 BLUE value IS 171 (67.19% from 255) = 37.67%

R = 24.01%
G = 38.33%
B = 37.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#6DAEAB (or 0x6DAEAB) is known color: Tradewind. HEX triplet: 6D, AE and AB. RGB value is (109,174,171). Sum of RGB (Red+Green+Blue) = 109+174+171=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAEAB is #925154. Grayscale: #9A9A9A. Windows color (decimal): -9589077 or 11251309. OLE color: 11251309.

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

Color convert

RGB 109 174 171 -
CMYK 0.37 0 0.02 0.32
HSL 177.23º 0.29% 0.55% -
HSV(B) 177.23º 0.37% 0.68% -
XYZ 28.79 36.46 44.05 -
YUV 154.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 109 174 171 0.37 0 0.02 0.32 177.23 0.29 0.55
Hex 6D AE AB 25 0 2 20 B1 1D 37
Octal 155 256 253 45 0 2 40 261 35 67
Binary 1101101 10101110 10101011 100101 0 10 100000 10110001 11101 110111

Color Harmonies of #6DAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAEAB

Black with #6DAEAB

Text Example


Text Example

White with #6DAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,174,171); }

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

background-color css

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

 a { background-color: rgb(109,174,171); }

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

border-color css

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

 span { border-color: rgb(109,174,171); }

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