Html Css Color HEX #6AB9AB Tradewind

📋 copy color: '#6AB9AB'

red 106 ◦ green 185 ◦ blue 171

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

Shades of Tradewind #6AB9AB

Tints of Tradewind #6AB9AB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.04%

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 22.94%
G = 40.04%
B = 37.01%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#6AB9AB (or 0x6AB9AB) is known color: Tradewind. HEX triplet: 6A, B9 and AB. RGB value is (106,185,171). Sum of RGB (Red+Green+Blue) = 106+185+171=462 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.94% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB9AB is #954654. Grayscale: #9F9F9F. Windows color (decimal): -9782869 or 11254122. OLE color: 11254122.

HSL color Cylindrical-coordinate representation of color #6AB9AB: hue angle of 169.37º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AB9AB is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 185 171 -
CMYK 0.43 0 0.08 0.27
HSL 169.37º 0.36% 0.57% -
HSV(B) 169.37º 0.43% 0.73% -
XYZ 30.64 40.7 44.77 -
YUV 159.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 106 185 171 0.43 0 0.08 0.27 169.37 0.36 0.57
Hex 6A B9 AB 2B 0 8 1B A9 24 39
Octal 152 271 253 53 0 10 33 251 44 71
Binary 1101010 10111001 10101011 101011 0 1000 11011 10101001 100100 111001

Color Harmonies of #6AB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB9AB

Black with #6AB9AB

Text Example


Text Example

White with #6AB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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