Html Css Color HEX #6AAD9F Tradewind

📋 copy color: '#6AAD9F'

red 106 ◦ green 173 ◦ blue 159

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

Shades of Tradewind #6AAD9F

Tints of Tradewind #6AAD9F

RGB

 RED value IS 106 (41.8% from 255) = 24.2%

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

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

R = 24.2%
G = 39.5%
B = 36.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#6AAD9F (or 0x6AAD9F) is known color: Tradewind. HEX triplet: 6A, AD and 9F. RGB value is (106,173,159). Sum of RGB (Red+Green+Blue) = 106+173+159=438 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.20% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAD9F is #955260. Grayscale: #979797. Windows color (decimal): -9785953 or 10464618. OLE color: 10464618.

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

Color convert

RGB 106 173 159 -
CMYK 0.39 0 0.08 0.32
HSL 167.46º 0.29% 0.55% -
HSV(B) 167.46º 0.39% 0.68% -
XYZ 27.15 35.45 38.21 -
YUV 151.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 106 173 159 0.39 0 0.08 0.32 167.46 0.29 0.55
Hex 6A AD 9F 27 0 8 20 A7 1D 37
Octal 152 255 237 47 0 10 40 247 35 67
Binary 1101010 10101101 10011111 100111 0 1000 100000 10100111 11101 110111

Color Harmonies of #6AAD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAD9F

Black with #6AAD9F

Text Example


Text Example

White with #6AAD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,173,159); }

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

background-color css

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

 a { background-color: rgb(106,173,159); }

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

border-color css

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

 span { border-color: rgb(106,173,159); }

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