Shades of Spray #6FCFDB
Tints of Spray #6FCFDB
RGB
CMYK
RGB Variations
Color information
#6FCFDB (or 0x6FCFDB) is known color: Spray. HEX triplet: 6F, CF and DB. RGB value is (111,207,219). Sum of RGB (Red+Green+Blue) = 111+207+219=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FCFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFDB is #903024. Grayscale: #B3B3B3. Windows color (decimal): -9449509 or 14405487. OLE color: 14405487.
HSL color Cylindrical-coordinate representation of color #6FCFDB: hue angle of 186.67º 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 #6FCFDB is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 207 | 219 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.14 |
| HSL | 186.67º | 0.6% | 0.65% | - |
| HSV(B) | 186.67º | 0.49% | 0.86% | - |
| XYZ | 41.65 | 53.12 | 75.08 | - |
| YUV | 179.66 | 150.2 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 219 | 0.49 | 0.05 | 0 | 0.14 | 186.67 | 0.6 | 0.65 |
| Hex | 6F | CF | DB | 31 | 5 | 0 | E | BB | 3C | 41 |
| Octal | 157 | 317 | 333 | 61 | 5 | 0 | 16 | 273 | 74 | 101 |
| Binary | 1101111 | 11001111 | 11011011 | 110001 | 101 | 0 | 1110 | 10111011 | 111100 | 1000001 |
Color Harmonies of #6FCFDB
Complementary color
Monochromatic Colors of #6FCFDB
Black with #6FCFDB
Text Example
Text Example
White with #6FCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFDB; }
p { color: rgb(111,207,219); }
H1.HeaderClassName
{
color: #6FCFDB;
}
.AnyTagClassName
{
color: #6FCFDB;
}
</style>
background-color css
<style>
a { background-color: #6FCFDB; }
a { background-color: rgb(111,207,219); }
div.DivClassName
{
background-color: #6FCFDB;
}
.BgClassName
{
background-color: #6FCFDB;
}
</style>
border-color css
<style>
span { border-color: #6FCFDB; }
span { border-color: rgb(111,207,219); }
td.TdClassName
{
border-color: #6FCFDB;
}
.TagClassName
{
border-color: #6FCFDB;
}
</style>