Shades of Spray #6FCADC
Tints of Spray #6FCADC
RGB
CMYK
RGB Variations
Color information
#6FCADC (or 0x6FCADC) is known color: Spray. HEX triplet: 6F, CA and DC. RGB value is (111,202,220). Sum of RGB (Red+Green+Blue) = 111+202+220=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FCADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCADC is #903523. Grayscale: #B0B0B0. Windows color (decimal): -9450788 or 14469743. OLE color: 14469743.
HSL color Cylindrical-coordinate representation of color #6FCADC: hue angle of 189.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FCADC is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 202 | 220 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.14 |
| HSL | 189.91º | 0.61% | 0.65% | - |
| HSV(B) | 189.91º | 0.5% | 0.86% | - |
| XYZ | 40.59 | 50.79 | 75.37 | - |
| YUV | 176.84 | 152.35 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 220 | 0.50 | 0.08 | 0 | 0.14 | 189.91 | 0.61 | 0.65 |
| Hex | 6F | CA | DC | 32 | 8 | 0 | E | BE | 3D | 41 |
| Octal | 157 | 312 | 334 | 62 | 10 | 0 | 16 | 276 | 75 | 101 |
| Binary | 1101111 | 11001010 | 11011100 | 110010 | 1000 | 0 | 1110 | 10111110 | 111101 | 1000001 |
Color Harmonies of #6FCADC
Complementary color
Monochromatic Colors of #6FCADC
Black with #6FCADC
Text Example
Text Example
White with #6FCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCADC; }
p { color: rgb(111,202,220); }
H1.HeaderClassName
{
color: #6FCADC;
}
.AnyTagClassName
{
color: #6FCADC;
}
</style>
background-color css
<style>
a { background-color: #6FCADC; }
a { background-color: rgb(111,202,220); }
div.DivClassName
{
background-color: #6FCADC;
}
.BgClassName
{
background-color: #6FCADC;
}
</style>
border-color css
<style>
span { border-color: #6FCADC; }
span { border-color: rgb(111,202,220); }
td.TdClassName
{
border-color: #6FCADC;
}
.TagClassName
{
border-color: #6FCADC;
}
</style>