Html Css Color HEX #6AB7AE Tradewind

📋 copy color: '#6AB7AE'

red 106 ◦ green 183 ◦ blue 174

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

Shades of Tradewind #6AB7AE

Tints of Tradewind #6AB7AE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.52%

 BLUE value IS 174 (68.36% from 255) = 37.58%

R = 22.89%
G = 39.52%
B = 37.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#6AB7AE (or 0x6AB7AE) is known color: Tradewind. HEX triplet: 6A, B7 and AE. RGB value is (106,183,174). Sum of RGB (Red+Green+Blue) = 106+183+174=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB7AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB7AE is #954851. Grayscale: #9E9E9E. Windows color (decimal): -9783378 or 11450218. OLE color: 11450218.

HSL color Cylindrical-coordinate representation of color #6AB7AE: hue angle of 172.99º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AB7AE is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 106 183 174 -
CMYK 0.42 0 0.05 0.28
HSL 172.99º 0.35% 0.57% -
HSV(B) 172.99º 0.42% 0.72% -
XYZ 30.52 39.99 46.15 -
YUV 158.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 106 183 174 0.42 0 0.05 0.28 172.99 0.35 0.57
Hex 6A B7 AE 2A 0 5 1C AD 23 39
Octal 152 267 256 52 0 5 34 255 43 71
Binary 1101010 10110111 10101110 101010 0 101 11100 10101101 100011 111001

Color Harmonies of #6AB7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB7AE

Black with #6AB7AE

Text Example


Text Example

White with #6AB7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,183,174); }

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

background-color css

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

 a { background-color: rgb(106,183,174); }

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

border-color css

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

 span { border-color: rgb(106,183,174); }

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