Shades of Spray #6FCADB
Tints of Spray #6FCADB
RGB
CMYK
RGB Variations
Color information
#6FCADB (or 0x6FCADB) is known color: Spray. HEX triplet: 6F, CA and DB. RGB value is (111,202,219). Sum of RGB (Red+Green+Blue) = 111+202+219=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FCADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCADB is #903524. Grayscale: #B0B0B0. Windows color (decimal): -9450789 or 14404207. OLE color: 14404207.
HSL color Cylindrical-coordinate representation of color #6FCADB: hue angle of 189.44º 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 #6FCADB is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 202 | 219 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.14 |
| HSL | 189.44º | 0.6% | 0.65% | - |
| HSV(B) | 189.44º | 0.49% | 0.86% | - |
| XYZ | 40.46 | 50.74 | 74.68 | - |
| YUV | 176.73 | 151.85 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 219 | 0.49 | 0.08 | 0 | 0.14 | 189.44 | 0.6 | 0.65 |
| Hex | 6F | CA | DB | 31 | 8 | 0 | E | BD | 3C | 41 |
| Octal | 157 | 312 | 333 | 61 | 10 | 0 | 16 | 275 | 74 | 101 |
| Binary | 1101111 | 11001010 | 11011011 | 110001 | 1000 | 0 | 1110 | 10111101 | 111100 | 1000001 |
Color Harmonies of #6FCADB
Complementary color
Monochromatic Colors of #6FCADB
Black with #6FCADB
Text Example
Text Example
White with #6FCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCADB; }
p { color: rgb(111,202,219); }
H1.HeaderClassName
{
color: #6FCADB;
}
.AnyTagClassName
{
color: #6FCADB;
}
</style>
background-color css
<style>
a { background-color: #6FCADB; }
a { background-color: rgb(111,202,219); }
div.DivClassName
{
background-color: #6FCADB;
}
.BgClassName
{
background-color: #6FCADB;
}
</style>
border-color css
<style>
span { border-color: #6FCADB; }
span { border-color: rgb(111,202,219); }
td.TdClassName
{
border-color: #6FCADB;
}
.TagClassName
{
border-color: #6FCADB;
}
</style>