Shades of Spray #6FCDDC
Tints of Spray #6FCDDC
RGB
CMYK
RGB Variations
Color information
#6FCDDC (or 0x6FCDDC) is known color: Spray. HEX triplet: 6F, CD and DC. RGB value is (111,205,220). Sum of RGB (Red+Green+Blue) = 111+205+220=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FCDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDDC is #903223. Grayscale: #B2B2B2. Windows color (decimal): -9450020 or 14470511. OLE color: 14470511.
HSL color Cylindrical-coordinate representation of color #6FCDDC: hue angle of 188.26º 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 #6FCDDC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 205 | 220 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.14 |
| HSL | 188.26º | 0.61% | 0.65% | - |
| HSV(B) | 188.26º | 0.5% | 0.86% | - |
| XYZ | 41.31 | 52.21 | 75.61 | - |
| YUV | 178.6 | 151.36 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 220 | 0.50 | 0.07 | 0 | 0.14 | 188.26 | 0.61 | 0.65 |
| Hex | 6F | CD | DC | 32 | 7 | 0 | E | BC | 3D | 41 |
| Octal | 157 | 315 | 334 | 62 | 7 | 0 | 16 | 274 | 75 | 101 |
| Binary | 1101111 | 11001101 | 11011100 | 110010 | 111 | 0 | 1110 | 10111100 | 111101 | 1000001 |
Color Harmonies of #6FCDDC
Complementary color
Monochromatic Colors of #6FCDDC
Black with #6FCDDC
Text Example
Text Example
White with #6FCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDDC; }
p { color: rgb(111,205,220); }
H1.HeaderClassName
{
color: #6FCDDC;
}
.AnyTagClassName
{
color: #6FCDDC;
}
</style>
background-color css
<style>
a { background-color: #6FCDDC; }
a { background-color: rgb(111,205,220); }
div.DivClassName
{
background-color: #6FCDDC;
}
.BgClassName
{
background-color: #6FCDDC;
}
</style>
border-color css
<style>
span { border-color: #6FCDDC; }
span { border-color: rgb(111,205,220); }
td.TdClassName
{
border-color: #6FCDDC;
}
.TagClassName
{
border-color: #6FCDDC;
}
</style>