Shades of Tradewind #6BAFAC
Tints of Tradewind #6BAFAC
RGB
CMYK
RGB Variations
Color information
#6BAFAC (or 0x6BAFAC) is known color: Tradewind. HEX triplet: 6B, AF and AC. RGB value is (107,175,172). Sum of RGB (Red+Green+Blue) = 107+175+172=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAFAC is #945053. Grayscale: #9A9A9A. Windows color (decimal): -9719892 or 11317099. OLE color: 11317099.
HSL color Cylindrical-coordinate representation of color #6BAFAC: hue angle of 177.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAFAC is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 175 | 172 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.31 |
| HSL | 177.35º | 0.3% | 0.55% | - |
| HSV(B) | 177.35º | 0.39% | 0.69% | - |
| XYZ | 28.84 | 36.76 | 44.61 | - |
| YUV | 154.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 172 | 0.39 | 0 | 0.02 | 0.31 | 177.35 | 0.3 | 0.55 |
| Hex | 6B | AF | AC | 27 | 0 | 2 | 1F | B1 | 1E | 37 |
| Octal | 153 | 257 | 254 | 47 | 0 | 2 | 37 | 261 | 36 | 67 |
| Binary | 1101011 | 10101111 | 10101100 | 100111 | 0 | 10 | 11111 | 10110001 | 11110 | 110111 |
Color Harmonies of #6BAFAC
Complementary color
Monochromatic Colors of #6BAFAC
Black with #6BAFAC
Text Example
Text Example
White with #6BAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAFAC; }
p { color: rgb(107,175,172); }
H1.HeaderClassName
{
color: #6BAFAC;
}
.AnyTagClassName
{
color: #6BAFAC;
}
</style>
background-color css
<style>
a { background-color: #6BAFAC; }
a { background-color: rgb(107,175,172); }
div.DivClassName
{
background-color: #6BAFAC;
}
.BgClassName
{
background-color: #6BAFAC;
}
</style>
border-color css
<style>
span { border-color: #6BAFAC; }
span { border-color: rgb(107,175,172); }
td.TdClassName
{
border-color: #6BAFAC;
}
.TagClassName
{
border-color: #6BAFAC;
}
</style>