Shades of Tradewind #6DB3B0
Tints of Tradewind #6DB3B0
RGB
CMYK
RGB Variations
Color information
#6DB3B0 (or 0x6DB3B0) is known color: Tradewind. HEX triplet: 6D, B3 and B0. RGB value is (109,179,176). Sum of RGB (Red+Green+Blue) = 109+179+176=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB3B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB3B0 is #924C4F. Grayscale: #9D9D9D. Windows color (decimal): -9587792 or 11580269. OLE color: 11580269.
HSL color Cylindrical-coordinate representation of color #6DB3B0: hue angle of 177.43º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB3B0 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 179 | 176 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.30 |
| HSL | 177.43º | 0.32% | 0.56% | - |
| HSV(B) | 177.43º | 0.39% | 0.7% | - |
| XYZ | 30.26 | 38.63 | 46.93 | - |
| YUV | 157.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 176 | 0.39 | 0 | 0.02 | 0.30 | 177.43 | 0.32 | 0.56 |
| Hex | 6D | B3 | B0 | 27 | 0 | 2 | 1E | B1 | 20 | 38 |
| Octal | 155 | 263 | 260 | 47 | 0 | 2 | 36 | 261 | 40 | 70 |
| Binary | 1101101 | 10110011 | 10110000 | 100111 | 0 | 10 | 11110 | 10110001 | 100000 | 111000 |
Color Harmonies of #6DB3B0
Complementary color
Monochromatic Colors of #6DB3B0
Black with #6DB3B0
Text Example
Text Example
White with #6DB3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB3B0; }
p { color: rgb(109,179,176); }
H1.HeaderClassName
{
color: #6DB3B0;
}
.AnyTagClassName
{
color: #6DB3B0;
}
</style>
background-color css
<style>
a { background-color: #6DB3B0; }
a { background-color: rgb(109,179,176); }
div.DivClassName
{
background-color: #6DB3B0;
}
.BgClassName
{
background-color: #6DB3B0;
}
</style>
border-color css
<style>
span { border-color: #6DB3B0; }
span { border-color: rgb(109,179,176); }
td.TdClassName
{
border-color: #6DB3B0;
}
.TagClassName
{
border-color: #6DB3B0;
}
</style>