Html Css Color HEX #6AAB9F Tradewind

📋 copy color: '#6AAB9F'

red 106 ◦ green 171 ◦ blue 159

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

Shades of Tradewind #6AAB9F

Tints of Tradewind #6AAB9F

RGB

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

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

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

R = 24.31%
G = 39.22%
B = 36.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#6AAB9F (or 0x6AAB9F) is known color: Tradewind. HEX triplet: 6A, AB and 9F. RGB value is (106,171,159). Sum of RGB (Red+Green+Blue) = 106+171+159=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB9F is #955460. Grayscale: #969696. Windows color (decimal): -9786465 or 10464106. OLE color: 10464106.

HSL color Cylindrical-coordinate representation of color #6AAB9F: hue angle of 168.92º degrees, saturation: 0.28, 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 #6AAB9F is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 171 159 -
CMYK 0.38 0 0.07 0.33
HSL 168.92º 0.28% 0.54% -
HSV(B) 168.92º 0.38% 0.67% -
XYZ 26.76 34.69 38.09 -
YUV 150.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 106 171 159 0.38 0 0.07 0.33 168.92 0.28 0.54
Hex 6A AB 9F 26 0 7 21 A9 1C 36
Octal 152 253 237 46 0 7 41 251 34 66
Binary 1101010 10101011 10011111 100110 0 111 100001 10101001 11100 110110

Color Harmonies of #6AAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB9F

Black with #6AAB9F

Text Example


Text Example

White with #6AAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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