Html Css Color HEX #6AAA9F Tradewind

📋 copy color: '#6AAA9F'

red 106 ◦ green 170 ◦ blue 159

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

Shades of Tradewind #6AAA9F

Tints of Tradewind #6AAA9F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.08%

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

R = 24.37%
G = 39.08%
B = 36.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#6AAA9F (or 0x6AAA9F) is known color: Tradewind. HEX triplet: 6A, AA and 9F. RGB value is (106,170,159). Sum of RGB (Red+Green+Blue) = 106+170+159=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA9F is #955560. Grayscale: #959595. Windows color (decimal): -9786721 or 10463850. OLE color: 10463850.

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

Color convert

RGB 106 170 159 -
CMYK 0.38 0 0.06 0.33
HSL 169.69º 0.27% 0.54% -
HSV(B) 169.69º 0.38% 0.67% -
XYZ 26.58 34.32 38.02 -
YUV 149.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 106 170 159 0.38 0 0.06 0.33 169.69 0.27 0.54
Hex 6A AA 9F 26 0 6 21 AA 1B 36
Octal 152 252 237 46 0 6 41 252 33 66
Binary 1101010 10101010 10011111 100110 0 110 100001 10101010 11011 110110

Color Harmonies of #6AAA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA9F

Black with #6AAA9F

Text Example


Text Example

White with #6AAA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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