#6DAFAB

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

Shades of Tradewind #6DAFAB

Tints of Tradewind #6DAFAB

Color information

#6DAFAB (or 0x6DAFAB) is unknown color: approx Tradewind. HEX triplet: 6D, AF and AB. RGB value is (109,175,171). Sum of RGB (Red+Green+Blue) = 109+175+171=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAFAB is #925054. Grayscale: #9A9A9A. Windows color (decimal): -9588821 or 11251565. OLE color: 11251565.

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

Color convert

RGB109175171-
CMYK0.3800.020.31
HSL176.36º29.2%55.69%-
HSV(B)176.36º37.71%68.63%-
XYZ28.9936.8544.11-
YUV154.81137.1395.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.96%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=23.96%
G=38.46%
B=37.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091751710.3800.020.31176.3629.255.69
Hex6DAFAB26021Fb01d38
Octal1552572534602372603570
Binary11011011010111110101011100110010111111011000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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