Html Css Color HEX #6DAEA5 Tradewind

📋 copy color: '#6DAEA5'

red 109 ◦ green 174 ◦ blue 165

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

Shades of Tradewind #6DAEA5

Tints of Tradewind #6DAEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.83%

R = 24.33%
G = 38.84%
B = 36.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#6DAEA5 (or 0x6DAEA5) is known color: Tradewind. HEX triplet: 6D, AE and A5. RGB value is (109,174,165). Sum of RGB (Red+Green+Blue) = 109+174+165=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAEA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAEA5 is #92515A. Grayscale: #999999. Windows color (decimal): -9589083 or 10858093. OLE color: 10858093.

HSL color Cylindrical-coordinate representation of color #6DAEA5: hue angle of 171.69º 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 #6DAEA5 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 174 165 -
CMYK 0.37 0 0.05 0.32
HSL 171.69º 0.29% 0.55% -
HSV(B) 171.69º 0.37% 0.68% -
XYZ 28.23 36.24 41.1 -
YUV 153.54 134.47 96.23 -
System Red Green Blue C M Y K H S L
Decimal 109 174 165 0.37 0 0.05 0.32 171.69 0.29 0.55
Hex 6D AE A5 25 0 5 20 AC 1D 37
Octal 155 256 245 45 0 5 40 254 35 67
Binary 1101101 10101110 10100101 100101 0 101 100000 10101100 11101 110111

Color Harmonies of #6DAEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAEA5

Black with #6DAEA5

Text Example


Text Example

White with #6DAEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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