Html Css Color HEX #6BAAA9 Tradewind

📋 copy color: '#6BAAA9'

red 107 ◦ green 170 ◦ blue 169

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

Shades of Tradewind #6BAAA9

Tints of Tradewind #6BAAA9

RGB

 RED value IS 107 (42.19% from 255) = 23.99%

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

 BLUE value IS 169 (66.41% from 255) = 37.89%

R = 23.99%
G = 38.12%
B = 37.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#6BAAA9 (or 0x6BAAA9) is known color: Tradewind. HEX triplet: 6B, AA and A9. RGB value is (107,170,169). Sum of RGB (Red+Green+Blue) = 107+170+169=446 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.99% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAAA9 is #945556. Grayscale: #969696. Windows color (decimal): -9721175 or 11119211. OLE color: 11119211.

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

Color convert

RGB 107 170 169 -
CMYK 0.37 0 0.01 0.33
HSL 179.05º 0.27% 0.54% -
HSV(B) 179.05º 0.37% 0.67% -
XYZ 27.6 34.74 42.79 -
YUV 151.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 107 170 169 0.37 0 0.01 0.33 179.05 0.27 0.54
Hex 6B AA A9 25 0 1 21 B3 1B 36
Octal 153 252 251 45 0 1 41 263 33 66
Binary 1101011 10101010 10101001 100101 0 1 100001 10110011 11011 110110

Color Harmonies of #6BAAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAAA9

Black with #6BAAA9

Text Example


Text Example

White with #6BAAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,170,169); }

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

background-color css

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

 a { background-color: rgb(107,170,169); }

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

border-color css

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

 span { border-color: rgb(107,170,169); }

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