Html Css Color HEX #6AAA9D Tradewind

📋 copy color: '#6AAA9D'

red 106 ◦ green 170 ◦ blue 157

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

Shades of Tradewind #6AAA9D

Tints of Tradewind #6AAA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 24.48%
G = 39.26%
B = 36.26%

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

#6AAA9D (or 0x6AAA9D) is known color: Tradewind. HEX triplet: 6A, AA and 9D. RGB value is (106,170,157). Sum of RGB (Red+Green+Blue) = 106+170+157=433 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.48% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA9D is #955562. Grayscale: #959595. Windows color (decimal): -9786723 or 10332778. OLE color: 10332778.

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

Color convert

RGB 106 170 157 -
CMYK 0.38 0 0.08 0.33
HSL 167.81º 0.27% 0.54% -
HSV(B) 167.81º 0.38% 0.67% -
XYZ 26.4 34.25 37.12 -
YUV 149.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 106 170 157 0.38 0 0.08 0.33 167.81 0.27 0.54
Hex 6A AA 9D 26 0 8 21 A8 1B 36
Octal 152 252 235 46 0 10 41 250 33 66
Binary 1101010 10101010 10011101 100110 0 1000 100001 10101000 11011 110110

Color Harmonies of #6AAA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA9D

Black with #6AAA9D

Text Example


Text Example

White with #6AAA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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