Html Css Color HEX #6DB5AE Tradewind

📋 copy color: '#6DB5AE'

red 109 ◦ green 181 ◦ blue 174

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

Shades of Tradewind #6DB5AE

Tints of Tradewind #6DB5AE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.01%

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 23.49%
G = 39.01%
B = 37.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#6DB5AE (or 0x6DB5AE) is known color: Tradewind. HEX triplet: 6D, B5 and AE. RGB value is (109,181,174). Sum of RGB (Red+Green+Blue) = 109+181+174=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB5AE is #924A51. Grayscale: #9E9E9E. Windows color (decimal): -9587282 or 11449709. OLE color: 11449709.

HSL color Cylindrical-coordinate representation of color #6DB5AE: hue angle of 174.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB5AE is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 181 174 -
CMYK 0.40 0 0.04 0.29
HSL 174.17º 0.33% 0.57% -
HSV(B) 174.17º 0.4% 0.71% -
XYZ 30.47 39.35 46.03 -
YUV 158.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 109 181 174 0.40 0 0.04 0.29 174.17 0.33 0.57
Hex 6D B5 AE 28 0 4 1D AE 21 39
Octal 155 265 256 50 0 4 35 256 41 71
Binary 1101101 10110101 10101110 101000 0 100 11101 10101110 100001 111001

Color Harmonies of #6DB5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB5AE

Black with #6DB5AE

Text Example


Text Example

White with #6DB5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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