Shades of Gulf Stream #6CBDB1
Tints of Gulf Stream #6CBDB1
RGB
CMYK
RGB Variations
Color information
#6CBDB1 (or 0x6CBDB1) is known color: Gulf Stream. HEX triplet: 6C, BD and B1. RGB value is (108,189,177). Sum of RGB (Red+Green+Blue) = 108+189+177=474 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.78% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBDB1 is #93424E. Grayscale: #A3A3A3. Windows color (decimal): -9650767 or 11648364. OLE color: 11648364.
HSL color Cylindrical-coordinate representation of color #6CBDB1: hue angle of 171.11º 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 #6CBDB1 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 189 | 177 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.26 |
| HSL | 171.11º | 0.38% | 0.58% | - |
| HSV(B) | 171.11º | 0.43% | 0.74% | - |
| XYZ | 32.32 | 42.76 | 48.14 | - |
| YUV | 163.41 | 135.66 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 189 | 177 | 0.43 | 0 | 0.06 | 0.26 | 171.11 | 0.38 | 0.58 |
| Hex | 6C | BD | B1 | 2B | 0 | 6 | 1A | AB | 26 | 3A |
| Octal | 154 | 275 | 261 | 53 | 0 | 6 | 32 | 253 | 46 | 72 |
| Binary | 1101100 | 10111101 | 10110001 | 101011 | 0 | 110 | 11010 | 10101011 | 100110 | 111010 |
Color Harmonies of #6CBDB1
Complementary color
Monochromatic Colors of #6CBDB1
Black with #6CBDB1
Text Example
Text Example
White with #6CBDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBDB1; }
p { color: rgb(108,189,177); }
H1.HeaderClassName
{
color: #6CBDB1;
}
.AnyTagClassName
{
color: #6CBDB1;
}
</style>
background-color css
<style>
a { background-color: #6CBDB1; }
a { background-color: rgb(108,189,177); }
div.DivClassName
{
background-color: #6CBDB1;
}
.BgClassName
{
background-color: #6CBDB1;
}
</style>
border-color css
<style>
span { border-color: #6CBDB1; }
span { border-color: rgb(108,189,177); }
td.TdClassName
{
border-color: #6CBDB1;
}
.TagClassName
{
border-color: #6CBDB1;
}
</style>