Shades of Spray #6FCEDD
Tints of Spray #6FCEDD
RGB
CMYK
RGB Variations
Color information
#6FCEDD (or 0x6FCEDD) is known color: Spray. HEX triplet: 6F, CE and DD. RGB value is (111,206,221). Sum of RGB (Red+Green+Blue) = 111+206+221=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FCEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEDD is #903122. Grayscale: #B3B3B3. Windows color (decimal): -9449763 or 14536303. OLE color: 14536303.
HSL color Cylindrical-coordinate representation of color #6FCEDD: hue angle of 188.18º degrees, saturation: 0.62, 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 #6FCEDD is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 206 | 221 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.13 |
| HSL | 188.18º | 0.62% | 0.65% | - |
| HSV(B) | 188.18º | 0.5% | 0.87% | - |
| XYZ | 41.68 | 52.74 | 76.39 | - |
| YUV | 179.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 221 | 0.50 | 0.07 | 0 | 0.13 | 188.18 | 0.62 | 0.65 |
| Hex | 6F | CE | DD | 32 | 7 | 0 | D | BC | 3E | 41 |
| Octal | 157 | 316 | 335 | 62 | 7 | 0 | 15 | 274 | 76 | 101 |
| Binary | 1101111 | 11001110 | 11011101 | 110010 | 111 | 0 | 1101 | 10111100 | 111110 | 1000001 |
Color Harmonies of #6FCEDD
Complementary color
Monochromatic Colors of #6FCEDD
Black with #6FCEDD
Text Example
Text Example
White with #6FCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEDD; }
p { color: rgb(111,206,221); }
H1.HeaderClassName
{
color: #6FCEDD;
}
.AnyTagClassName
{
color: #6FCEDD;
}
</style>
background-color css
<style>
a { background-color: #6FCEDD; }
a { background-color: rgb(111,206,221); }
div.DivClassName
{
background-color: #6FCEDD;
}
.BgClassName
{
background-color: #6FCEDD;
}
</style>
border-color css
<style>
span { border-color: #6FCEDD; }
span { border-color: rgb(111,206,221); }
td.TdClassName
{
border-color: #6FCEDD;
}
.TagClassName
{
border-color: #6FCEDD;
}
</style>