Shades of Spray #6FCBDB
Tints of Spray #6FCBDB
RGB
CMYK
RGB Variations
Color information
#6FCBDB (or 0x6FCBDB) is known color: Spray. HEX triplet: 6F, CB and DB. RGB value is (111,203,219). Sum of RGB (Red+Green+Blue) = 111+203+219=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBDB is #903424. Grayscale: #B1B1B1. Windows color (decimal): -9450533 or 14404463. OLE color: 14404463.
HSL color Cylindrical-coordinate representation of color #6FCBDB: hue angle of 188.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FCBDB is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 203 | 219 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.14 |
| HSL | 188.89º | 0.6% | 0.65% | - |
| HSV(B) | 188.89º | 0.49% | 0.86% | - |
| XYZ | 40.7 | 51.21 | 74.76 | - |
| YUV | 177.32 | 151.52 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 219 | 0.49 | 0.07 | 0 | 0.14 | 188.89 | 0.6 | 0.65 |
| Hex | 6F | CB | DB | 31 | 7 | 0 | E | BD | 3C | 41 |
| Octal | 157 | 313 | 333 | 61 | 7 | 0 | 16 | 275 | 74 | 101 |
| Binary | 1101111 | 11001011 | 11011011 | 110001 | 111 | 0 | 1110 | 10111101 | 111100 | 1000001 |
Color Harmonies of #6FCBDB
Complementary color
Monochromatic Colors of #6FCBDB
Black with #6FCBDB
Text Example
Text Example
White with #6FCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBDB; }
p { color: rgb(111,203,219); }
H1.HeaderClassName
{
color: #6FCBDB;
}
.AnyTagClassName
{
color: #6FCBDB;
}
</style>
background-color css
<style>
a { background-color: #6FCBDB; }
a { background-color: rgb(111,203,219); }
div.DivClassName
{
background-color: #6FCBDB;
}
.BgClassName
{
background-color: #6FCBDB;
}
</style>
border-color css
<style>
span { border-color: #6FCBDB; }
span { border-color: rgb(111,203,219); }
td.TdClassName
{
border-color: #6FCBDB;
}
.TagClassName
{
border-color: #6FCBDB;
}
</style>