Html Css Color HEX #6AABAA Tradewind

📋 copy color: '#6AABAA'

red 106 ◦ green 171 ◦ blue 170

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

Shades of Tradewind #6AABAA

Tints of Tradewind #6AABAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.03%

R = 23.71%
G = 38.26%
B = 38.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#6AABAA (or 0x6AABAA) is known color: Tradewind. HEX triplet: 6A, AB and AA. RGB value is (106,171,170). Sum of RGB (Red+Green+Blue) = 106+171+170=447 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.71% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #6AABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AABAA is #955455. Grayscale: #979797. Windows color (decimal): -9786454 or 11185002. OLE color: 11185002.

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

Color convert

RGB 106 171 170 -
CMYK 0.38 0 0.01 0.33
HSL 179.08º 0.28% 0.54% -
HSV(B) 179.08º 0.38% 0.67% -
XYZ 27.76 35.09 43.34 -
YUV 151.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 106 171 170 0.38 0 0.01 0.33 179.08 0.28 0.54
Hex 6A AB AA 26 0 1 21 B3 1C 36
Octal 152 253 252 46 0 1 41 263 34 66
Binary 1101010 10101011 10101010 100110 0 1 100001 10110011 11100 110110

Color Harmonies of #6AABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AABAA

Black with #6AABAA

Text Example


Text Example

White with #6AABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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