#6DAF9E

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

Shades of Tradewind #6DAF9E

Tints of Tradewind #6DAF9E

Color information

#6DAF9E (or 0x6DAF9E) is unknown color: approx Tradewind. HEX triplet: 6D, AF and 9E. RGB value is (109,175,158). Sum of RGB (Red+Green+Blue) = 109+175+158=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAF9E is #925061. Grayscale: #999999. Windows color (decimal): -9588834 or 10399597. OLE color: 10399597.

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

Color convert

RGB109175158-
CMYK0.3800.100.31
HSL164.55º29.2%55.69%-
HSV(B)164.55º37.71%68.63%-
XYZ27.8136.3837.9-
YUV153.33130.6396.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.66%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=24.66%
G=39.59%
B=35.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091751580.3800.100.31164.5529.255.69
Hex6DAF9E260A1Fa51d38
Octal15525723646012372453570
Binary1101101101011111001111010011001010111111010010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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