Shades of Spray #6FCDDE
Tints of Spray #6FCDDE
RGB
CMYK
RGB Variations
Color information
#6FCDDE (or 0x6FCDDE) is known color: Spray. HEX triplet: 6F, CD and DE. RGB value is (111,205,222). Sum of RGB (Red+Green+Blue) = 111+205+222=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #6FCDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDDE is #903221. Grayscale: #B2B2B2. Windows color (decimal): -9450018 or 14601583. OLE color: 14601583.
HSL color Cylindrical-coordinate representation of color #6FCDDE: hue angle of 189.19º degrees, saturation: 0.63, 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 #6FCDDE is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 205 | 222 | - |
| CMYK | 0.5 | 0.08 | 0 | 0.13 |
| HSL | 189.19º | 0.63% | 0.65% | - |
| HSV(B) | 189.19º | 0.5% | 0.87% | - |
| XYZ | 41.57 | 52.32 | 77.01 | - |
| YUV | 178.83 | 152.36 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 222 | 0.5 | 0.08 | 0 | 0.13 | 189.19 | 0.63 | 0.65 |
| Hex | 6F | CD | DE | 32 | 8 | 0 | D | BD | 3F | 41 |
| Octal | 157 | 315 | 336 | 62 | 10 | 0 | 15 | 275 | 77 | 101 |
| Binary | 1101111 | 11001101 | 11011110 | 110010 | 1000 | 0 | 1101 | 10111101 | 111111 | 1000001 |
Color Harmonies of #6FCDDE
Complementary color
Monochromatic Colors of #6FCDDE
Black with #6FCDDE
Text Example
Text Example
White with #6FCDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDDE; }
p { color: rgb(111,205,222); }
H1.HeaderClassName
{
color: #6FCDDE;
}
.AnyTagClassName
{
color: #6FCDDE;
}
</style>
background-color css
<style>
a { background-color: #6FCDDE; }
a { background-color: rgb(111,205,222); }
div.DivClassName
{
background-color: #6FCDDE;
}
.BgClassName
{
background-color: #6FCDDE;
}
</style>
border-color css
<style>
span { border-color: #6FCDDE; }
span { border-color: rgb(111,205,222); }
td.TdClassName
{
border-color: #6FCDDE;
}
.TagClassName
{
border-color: #6FCDDE;
}
</style>