Shades of Spray #6DCADF
Tints of Spray #6DCADF
RGB
CMYK
RGB Variations
Color information
#6DCADF (or 0x6DCADF) is known color: Spray. HEX triplet: 6D, CA and DF. RGB value is (109,202,223). Sum of RGB (Red+Green+Blue) = 109+202+223=534 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.41% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DCADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCADF is #923520. Grayscale: #B0B0B0. Windows color (decimal): -9581857 or 14666349. OLE color: 14666349.
HSL color Cylindrical-coordinate representation of color #6DCADF: hue angle of 191.05º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DCADF is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 202 | 223 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.13 |
| HSL | 191.05º | 0.64% | 0.65% | - |
| HSV(B) | 191.05º | 0.51% | 0.87% | - |
| XYZ | 40.75 | 50.82 | 77.47 | - |
| YUV | 176.59 | 154.19 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 223 | 0.51 | 0.09 | 0 | 0.13 | 191.05 | 0.64 | 0.65 |
| Hex | 6D | CA | DF | 33 | 9 | 0 | D | BF | 40 | 41 |
| Octal | 155 | 312 | 337 | 63 | 11 | 0 | 15 | 277 | 100 | 101 |
| Binary | 1101101 | 11001010 | 11011111 | 110011 | 1001 | 0 | 1101 | 10111111 | 1000000 | 1000001 |
Color Harmonies of #6DCADF
Complementary color
Monochromatic Colors of #6DCADF
Black with #6DCADF
Text Example
Text Example
White with #6DCADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCADF; }
p { color: rgb(109,202,223); }
H1.HeaderClassName
{
color: #6DCADF;
}
.AnyTagClassName
{
color: #6DCADF;
}
</style>
background-color css
<style>
a { background-color: #6DCADF; }
a { background-color: rgb(109,202,223); }
div.DivClassName
{
background-color: #6DCADF;
}
.BgClassName
{
background-color: #6DCADF;
}
</style>
border-color css
<style>
span { border-color: #6DCADF; }
span { border-color: rgb(109,202,223); }
td.TdClassName
{
border-color: #6DCADF;
}
.TagClassName
{
border-color: #6DCADF;
}
</style>