Shades of Gulf Stream #6BBDB3
Tints of Gulf Stream #6BBDB3
RGB
CMYK
RGB Variations
Color information
#6BBDB3 (or 0x6BBDB3) is known color: Gulf Stream. HEX triplet: 6B, BD and B3. RGB value is (107,189,179). Sum of RGB (Red+Green+Blue) = 107+189+179=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBDB3 is #94424C. Grayscale: #A3A3A3. Windows color (decimal): -9716301 or 11779435. OLE color: 11779435.
HSL color Cylindrical-coordinate representation of color #6BBDB3: hue angle of 172.68º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBDB3 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 189 | 179 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.26 |
| HSL | 172.68º | 0.38% | 0.58% | - |
| HSV(B) | 172.68º | 0.43% | 0.74% | - |
| XYZ | 32.4 | 42.78 | 49.2 | - |
| YUV | 163.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 189 | 179 | 0.43 | 0 | 0.05 | 0.26 | 172.68 | 0.38 | 0.58 |
| Hex | 6B | BD | B3 | 2B | 0 | 5 | 1A | AD | 26 | 3A |
| Octal | 153 | 275 | 263 | 53 | 0 | 5 | 32 | 255 | 46 | 72 |
| Binary | 1101011 | 10111101 | 10110011 | 101011 | 0 | 101 | 11010 | 10101101 | 100110 | 111010 |
Color Harmonies of #6BBDB3
Complementary color
Monochromatic Colors of #6BBDB3
Black with #6BBDB3
Text Example
Text Example
White with #6BBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBDB3; }
p { color: rgb(107,189,179); }
H1.HeaderClassName
{
color: #6BBDB3;
}
.AnyTagClassName
{
color: #6BBDB3;
}
</style>
background-color css
<style>
a { background-color: #6BBDB3; }
a { background-color: rgb(107,189,179); }
div.DivClassName
{
background-color: #6BBDB3;
}
.BgClassName
{
background-color: #6BBDB3;
}
</style>
border-color css
<style>
span { border-color: #6BBDB3; }
span { border-color: rgb(107,189,179); }
td.TdClassName
{
border-color: #6BBDB3;
}
.TagClassName
{
border-color: #6BBDB3;
}
</style>