Html Css Color HEX #6AAA9C Tradewind

📋 copy color: '#6AAA9C'

red 106 ◦ green 170 ◦ blue 156

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

Shades of Tradewind #6AAA9C

Tints of Tradewind #6AAA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.11%

R = 24.54%
G = 39.35%
B = 36.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#6AAA9C (or 0x6AAA9C) is known color: Tradewind. HEX triplet: 6A, AA and 9C. RGB value is (106,170,156). Sum of RGB (Red+Green+Blue) = 106+170+156=432 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.54% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA9C is #955563. Grayscale: #959595. Windows color (decimal): -9786724 or 10267242. OLE color: 10267242.

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

Color convert

RGB 106 170 156 -
CMYK 0.38 0 0.08 0.33
HSL 166.88º 0.27% 0.54% -
HSV(B) 166.88º 0.38% 0.67% -
XYZ 26.32 34.21 36.67 -
YUV 149.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 106 170 156 0.38 0 0.08 0.33 166.88 0.27 0.54
Hex 6A AA 9C 26 0 8 21 A7 1B 36
Octal 152 252 234 46 0 10 41 247 33 66
Binary 1101010 10101010 10011100 100110 0 1000 100001 10100111 11011 110110

Color Harmonies of #6AAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA9C

Black with #6AAA9C

Text Example


Text Example

White with #6AAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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