Html Css Color HEX #6AAB9C Tradewind

📋 copy color: '#6AAB9C'

red 106 ◦ green 171 ◦ blue 156

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

Shades of Tradewind #6AAB9C

Tints of Tradewind #6AAB9C

RGB

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

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

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

R = 24.48%
G = 39.49%
B = 36.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#6AAB9C (or 0x6AAB9C) is known color: Tradewind. HEX triplet: 6A, AB and 9C. RGB value is (106,171,156). Sum of RGB (Red+Green+Blue) = 106+171+156=433 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.48% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB9C is #955463. Grayscale: #959595. Windows color (decimal): -9786468 or 10267498. OLE color: 10267498.

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

Color convert

RGB 106 171 156 -
CMYK 0.38 0 0.09 0.33
HSL 166.15º 0.28% 0.54% -
HSV(B) 166.15º 0.38% 0.67% -
XYZ 26.51 34.59 36.73 -
YUV 149.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 106 171 156 0.38 0 0.09 0.33 166.15 0.28 0.54
Hex 6A AB 9C 26 0 9 21 A6 1C 36
Octal 152 253 234 46 0 11 41 246 34 66
Binary 1101010 10101011 10011100 100110 0 1001 100001 10100110 11100 110110

Color Harmonies of #6AAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB9C

Black with #6AAB9C

Text Example


Text Example

White with #6AAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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