Html Css Color HEX #6DAB9F Tradewind

📋 copy color: '#6DAB9F'

red 109 ◦ green 171 ◦ blue 159

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

Shades of Tradewind #6DAB9F

Tints of Tradewind #6DAB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

 BLUE value IS 159 (62.5% from 255) = 36.22%

R = 24.83%
G = 38.95%
B = 36.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#6DAB9F (or 0x6DAB9F) is known color: Tradewind. HEX triplet: 6D, AB and 9F. RGB value is (109,171,159). Sum of RGB (Red+Green+Blue) = 109+171+159=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAB9F is #925460. Grayscale: #979797. Windows color (decimal): -9589857 or 10464109. OLE color: 10464109.

HSL color Cylindrical-coordinate representation of color #6DAB9F: hue angle of 168.39º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAB9F is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 171 159 -
CMYK 0.36 0 0.07 0.33
HSL 168.39º 0.27% 0.55% -
HSV(B) 168.39º 0.36% 0.67% -
XYZ 27.13 34.88 38.1 -
YUV 151.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 109 171 159 0.36 0 0.07 0.33 168.39 0.27 0.55
Hex 6D AB 9F 24 0 7 21 A8 1B 37
Octal 155 253 237 44 0 7 41 250 33 67
Binary 1101101 10101011 10011111 100100 0 111 100001 10101000 11011 110111

Color Harmonies of #6DAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAB9F

Black with #6DAB9F

Text Example


Text Example

White with #6DAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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