Shades of Spray #6FCDDB
Tints of Spray #6FCDDB
RGB
CMYK
RGB Variations
Color information
#6FCDDB (or 0x6FCDDB) is known color: Spray. HEX triplet: 6F, CD and DB. RGB value is (111,205,219). Sum of RGB (Red+Green+Blue) = 111+205+219=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FCDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDDB is #903224. Grayscale: #B2B2B2. Windows color (decimal): -9450021 or 14404975. OLE color: 14404975.
HSL color Cylindrical-coordinate representation of color #6FCDDB: hue angle of 187.78º 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 #6FCDDB is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 205 | 219 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.14 |
| HSL | 187.78º | 0.6% | 0.65% | - |
| HSV(B) | 187.78º | 0.49% | 0.86% | - |
| XYZ | 41.17 | 52.16 | 74.92 | - |
| YUV | 178.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 219 | 0.49 | 0.06 | 0 | 0.14 | 187.78 | 0.6 | 0.65 |
| Hex | 6F | CD | DB | 31 | 6 | 0 | E | BC | 3C | 41 |
| Octal | 157 | 315 | 333 | 61 | 6 | 0 | 16 | 274 | 74 | 101 |
| Binary | 1101111 | 11001101 | 11011011 | 110001 | 110 | 0 | 1110 | 10111100 | 111100 | 1000001 |
Color Harmonies of #6FCDDB
Complementary color
Monochromatic Colors of #6FCDDB
Black with #6FCDDB
Text Example
Text Example
White with #6FCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDDB; }
p { color: rgb(111,205,219); }
H1.HeaderClassName
{
color: #6FCDDB;
}
.AnyTagClassName
{
color: #6FCDDB;
}
</style>
background-color css
<style>
a { background-color: #6FCDDB; }
a { background-color: rgb(111,205,219); }
div.DivClassName
{
background-color: #6FCDDB;
}
.BgClassName
{
background-color: #6FCDDB;
}
</style>
border-color css
<style>
span { border-color: #6FCDDB; }
span { border-color: rgb(111,205,219); }
td.TdClassName
{
border-color: #6FCDDB;
}
.TagClassName
{
border-color: #6FCDDB;
}
</style>