Shades of Spray #6FCAD6
Tints of Spray #6FCAD6
RGB
CMYK
RGB Variations
Color information
#6FCAD6 (or 0x6FCAD6) is known color: Spray. HEX triplet: 6F, CA and D6. RGB value is (111,202,214). Sum of RGB (Red+Green+Blue) = 111+202+214=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #6FCAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCAD6 is #903529. Grayscale: #B0B0B0. Windows color (decimal): -9450794 or 14076527. OLE color: 14076527.
HSL color Cylindrical-coordinate representation of color #6FCAD6: hue angle of 186.99º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FCAD6 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 202 | 214 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.16 |
| HSL | 186.99º | 0.56% | 0.64% | - |
| HSV(B) | 186.99º | 0.48% | 0.84% | - |
| XYZ | 39.81 | 50.48 | 71.26 | - |
| YUV | 176.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 214 | 0.48 | 0.06 | 0 | 0.16 | 186.99 | 0.56 | 0.64 |
| Hex | 6F | CA | D6 | 30 | 6 | 0 | 10 | BB | 38 | 40 |
| Octal | 157 | 312 | 326 | 60 | 6 | 0 | 20 | 273 | 70 | 100 |
| Binary | 1101111 | 11001010 | 11010110 | 110000 | 110 | 0 | 10000 | 10111011 | 111000 | 1000000 |
Color Harmonies of #6FCAD6
Complementary color
Monochromatic Colors of #6FCAD6
Black with #6FCAD6
Text Example
Text Example
White with #6FCAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCAD6; }
p { color: rgb(111,202,214); }
H1.HeaderClassName
{
color: #6FCAD6;
}
.AnyTagClassName
{
color: #6FCAD6;
}
</style>
background-color css
<style>
a { background-color: #6FCAD6; }
a { background-color: rgb(111,202,214); }
div.DivClassName
{
background-color: #6FCAD6;
}
.BgClassName
{
background-color: #6FCAD6;
}
</style>
border-color css
<style>
span { border-color: #6FCAD6; }
span { border-color: rgb(111,202,214); }
td.TdClassName
{
border-color: #6FCAD6;
}
.TagClassName
{
border-color: #6FCAD6;
}
</style>