Shades of Tradewind #6BB8B2
Tints of Tradewind #6BB8B2
RGB
CMYK
RGB Variations
Color information
#6BB8B2 (or 0x6BB8B2) is known color: Tradewind. HEX triplet: 6B, B8 and B2. RGB value is (107,184,178). Sum of RGB (Red+Green+Blue) = 107+184+178=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #6BB8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB8B2 is #94474D. Grayscale: #A0A0A0. Windows color (decimal): -9717582 or 11712619. OLE color: 11712619.
HSL color Cylindrical-coordinate representation of color #6BB8B2: hue angle of 175.32º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BB8B2 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 107 | 184 | 178 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.28 |
| HSL | 175.32º | 0.35% | 0.57% | - |
| HSV(B) | 175.32º | 0.42% | 0.72% | - |
| XYZ | 31.24 | 40.62 | 48.31 | - |
| YUV | 160.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 184 | 178 | 0.42 | 0 | 0.03 | 0.28 | 175.32 | 0.35 | 0.57 |
| Hex | 6B | B8 | B2 | 2A | 0 | 3 | 1C | AF | 23 | 39 |
| Octal | 153 | 270 | 262 | 52 | 0 | 3 | 34 | 257 | 43 | 71 |
| Binary | 1101011 | 10111000 | 10110010 | 101010 | 0 | 11 | 11100 | 10101111 | 100011 | 111001 |
Color Harmonies of #6BB8B2
Complementary color
Monochromatic Colors of #6BB8B2
Black with #6BB8B2
Text Example
Text Example
White with #6BB8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB8B2; }
p { color: rgb(107,184,178); }
H1.HeaderClassName
{
color: #6BB8B2;
}
.AnyTagClassName
{
color: #6BB8B2;
}
</style>
background-color css
<style>
a { background-color: #6BB8B2; }
a { background-color: rgb(107,184,178); }
div.DivClassName
{
background-color: #6BB8B2;
}
.BgClassName
{
background-color: #6BB8B2;
}
</style>
border-color css
<style>
span { border-color: #6BB8B2; }
span { border-color: rgb(107,184,178); }
td.TdClassName
{
border-color: #6BB8B2;
}
.TagClassName
{
border-color: #6BB8B2;
}
</style>