#6DAFAE

Color #6DAFAE Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #6DAFAE

Tints of Tradewind #6DAFAE

Color information

#6DAFAE (or 0x6DAFAE) is unknown color: approx Tradewind. HEX triplet: 6D, AF and AE. RGB value is (109,175,174). Sum of RGB (Red+Green+Blue) = 109+175+174=458 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.80% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAFAE is #925051. Grayscale: #9B9B9B. Windows color (decimal): -9588818 or 11448173. OLE color: 11448173.

HSL color Cylindrical-coordinate representation of color #6DAFAE: hue angle of 179.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DAFAE is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB109175174-
CMYK0.3800.010.31
HSL179.09º29.2%55.69%-
HSV(B)179.09º37.71%68.63%-
XYZ29.2836.9745.64-
YUV155.15138.6395.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.80%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=23.80%
G=38.21%
B=37.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091751740.3800.010.31179.0929.255.69
Hex6DAFAE26011Fb31d38
Octal1552572564601372633570
Binary1101101101011111010111010011001111111011001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,175,174); }

 H1.HeaderClassName
 {
   color: #6DAFAE;
 }
 .AnyTagClassName
 {
   color: #6DAFAE;
 }
</style>
background-color css

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

 a { background-color: rgb(109,175,174); }

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

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

 span { border-color: rgb(109,175,174); }

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