Shades of Spray #6FC8DF
Tints of Spray #6FC8DF
RGB
CMYK
RGB Variations
Color information
#6FC8DF (or 0x6FC8DF) is known color: Spray. HEX triplet: 6F, C8 and DF. RGB value is (111,200,223). Sum of RGB (Red+Green+Blue) = 111+200+223=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FC8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC8DF is #903720. Grayscale: #AFAFAF. Windows color (decimal): -9451297 or 14665839. OLE color: 14665839.
HSL color Cylindrical-coordinate representation of color #6FC8DF: hue angle of 192.32º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FC8DF is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 200 | 223 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.13 |
| HSL | 192.32º | 0.64% | 0.65% | - |
| HSV(B) | 192.32º | 0.5% | 0.87% | - |
| XYZ | 40.53 | 50.02 | 77.33 | - |
| YUV | 176.01 | 154.51 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 200 | 223 | 0.50 | 0.10 | 0 | 0.13 | 192.32 | 0.64 | 0.65 |
| Hex | 6F | C8 | DF | 32 | A | 0 | D | C0 | 40 | 41 |
| Octal | 157 | 310 | 337 | 62 | 12 | 0 | 15 | 300 | 100 | 101 |
| Binary | 1101111 | 11001000 | 11011111 | 110010 | 1010 | 0 | 1101 | 11000000 | 1000000 | 1000001 |
Color Harmonies of #6FC8DF
Complementary color
Monochromatic Colors of #6FC8DF
Black with #6FC8DF
Text Example
Text Example
White with #6FC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC8DF; }
p { color: rgb(111,200,223); }
H1.HeaderClassName
{
color: #6FC8DF;
}
.AnyTagClassName
{
color: #6FC8DF;
}
</style>
background-color css
<style>
a { background-color: #6FC8DF; }
a { background-color: rgb(111,200,223); }
div.DivClassName
{
background-color: #6FC8DF;
}
.BgClassName
{
background-color: #6FC8DF;
}
</style>
border-color css
<style>
span { border-color: #6FC8DF; }
span { border-color: rgb(111,200,223); }
td.TdClassName
{
border-color: #6FC8DF;
}
.TagClassName
{
border-color: #6FC8DF;
}
</style>