Shades of Spray #6BCBDB
Tints of Spray #6BCBDB
RGB
CMYK
RGB Variations
Color information
#6BCBDB (or 0x6BCBDB) is known color: Spray. HEX triplet: 6B, CB and DB. RGB value is (107,203,219). Sum of RGB (Red+Green+Blue) = 107+203+219=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBDB is #943424. Grayscale: #AFAFAF. Windows color (decimal): -9712677 or 14404459. OLE color: 14404459.
HSL color Cylindrical-coordinate representation of color #6BCBDB: hue angle of 188.57º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BCBDB is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 203 | 219 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.14 |
| HSL | 188.57º | 0.61% | 0.64% | - |
| HSV(B) | 188.57º | 0.51% | 0.86% | - |
| XYZ | 40.21 | 50.95 | 74.73 | - |
| YUV | 176.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 219 | 0.51 | 0.07 | 0 | 0.14 | 188.57 | 0.61 | 0.64 |
| Hex | 6B | CB | DB | 33 | 7 | 0 | E | BD | 3D | 40 |
| Octal | 153 | 313 | 333 | 63 | 7 | 0 | 16 | 275 | 75 | 100 |
| Binary | 1101011 | 11001011 | 11011011 | 110011 | 111 | 0 | 1110 | 10111101 | 111101 | 1000000 |
Color Harmonies of #6BCBDB
Complementary color
Monochromatic Colors of #6BCBDB
Black with #6BCBDB
Text Example
Text Example
White with #6BCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBDB; }
p { color: rgb(107,203,219); }
H1.HeaderClassName
{
color: #6BCBDB;
}
.AnyTagClassName
{
color: #6BCBDB;
}
</style>
background-color css
<style>
a { background-color: #6BCBDB; }
a { background-color: rgb(107,203,219); }
div.DivClassName
{
background-color: #6BCBDB;
}
.BgClassName
{
background-color: #6BCBDB;
}
</style>
border-color css
<style>
span { border-color: #6BCBDB; }
span { border-color: rgb(107,203,219); }
td.TdClassName
{
border-color: #6BCBDB;
}
.TagClassName
{
border-color: #6BCBDB;
}
</style>