Shades of Tradewind #6DB8B2
Tints of Tradewind #6DB8B2
RGB
CMYK
RGB Variations
Color information
#6DB8B2 (or 0x6DB8B2) is known color: Tradewind. HEX triplet: 6D, B8 and B2. RGB value is (109,184,178). Sum of RGB (Red+Green+Blue) = 109+184+178=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB8B2 is #92474D. Grayscale: #A0A0A0. Windows color (decimal): -9586510 or 11712621. OLE color: 11712621.
HSL color Cylindrical-coordinate representation of color #6DB8B2: hue angle of 175.2º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DB8B2 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 184 | 178 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.28 |
| HSL | 175.2º | 0.35% | 0.57% | - |
| HSV(B) | 175.2º | 0.41% | 0.72% | - |
| XYZ | 31.48 | 40.75 | 48.33 | - |
| YUV | 160.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 178 | 0.41 | 0 | 0.03 | 0.28 | 175.2 | 0.35 | 0.57 |
| Hex | 6D | B8 | B2 | 29 | 0 | 3 | 1C | AF | 23 | 39 |
| Octal | 155 | 270 | 262 | 51 | 0 | 3 | 34 | 257 | 43 | 71 |
| Binary | 1101101 | 10111000 | 10110010 | 101001 | 0 | 11 | 11100 | 10101111 | 100011 | 111001 |
Color Harmonies of #6DB8B2
Complementary color
Monochromatic Colors of #6DB8B2
Black with #6DB8B2
Text Example
Text Example
White with #6DB8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB8B2; }
p { color: rgb(109,184,178); }
H1.HeaderClassName
{
color: #6DB8B2;
}
.AnyTagClassName
{
color: #6DB8B2;
}
</style>
background-color css
<style>
a { background-color: #6DB8B2; }
a { background-color: rgb(109,184,178); }
div.DivClassName
{
background-color: #6DB8B2;
}
.BgClassName
{
background-color: #6DB8B2;
}
</style>
border-color css
<style>
span { border-color: #6DB8B2; }
span { border-color: rgb(109,184,178); }
td.TdClassName
{
border-color: #6DB8B2;
}
.TagClassName
{
border-color: #6DB8B2;
}
</style>