Shades of Spray #6FCDDA
Tints of Spray #6FCDDA
RGB
CMYK
RGB Variations
Color information
#6FCDDA (or 0x6FCDDA) is known color: Spray. HEX triplet: 6F, CD and DA. RGB value is (111,205,218). Sum of RGB (Red+Green+Blue) = 111+205+218=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FCDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDDA is #903225. Grayscale: #B2B2B2. Windows color (decimal): -9450022 or 14339439. OLE color: 14339439.
HSL color Cylindrical-coordinate representation of color #6FCDDA: hue angle of 187.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FCDDA is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 205 | 218 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.15 |
| HSL | 187.29º | 0.59% | 0.65% | - |
| HSV(B) | 187.29º | 0.49% | 0.85% | - |
| XYZ | 41.04 | 52.1 | 74.22 | - |
| YUV | 178.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 218 | 0.49 | 0.06 | 0 | 0.15 | 187.29 | 0.59 | 0.65 |
| Hex | 6F | CD | DA | 31 | 6 | 0 | F | BB | 3B | 41 |
| Octal | 157 | 315 | 332 | 61 | 6 | 0 | 17 | 273 | 73 | 101 |
| Binary | 1101111 | 11001101 | 11011010 | 110001 | 110 | 0 | 1111 | 10111011 | 111011 | 1000001 |
Color Harmonies of #6FCDDA
Complementary color
Monochromatic Colors of #6FCDDA
Black with #6FCDDA
Text Example
Text Example
White with #6FCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDDA; }
p { color: rgb(111,205,218); }
H1.HeaderClassName
{
color: #6FCDDA;
}
.AnyTagClassName
{
color: #6FCDDA;
}
</style>
background-color css
<style>
a { background-color: #6FCDDA; }
a { background-color: rgb(111,205,218); }
div.DivClassName
{
background-color: #6FCDDA;
}
.BgClassName
{
background-color: #6FCDDA;
}
</style>
border-color css
<style>
span { border-color: #6FCDDA; }
span { border-color: rgb(111,205,218); }
td.TdClassName
{
border-color: #6FCDDA;
}
.TagClassName
{
border-color: #6FCDDA;
}
</style>