Shades of Spray #6DCBDF
Tints of Spray #6DCBDF
RGB
CMYK
RGB Variations
Color information
#6DCBDF (or 0x6DCBDF) is known color: Spray. HEX triplet: 6D, CB and DF. RGB value is (109,203,223). Sum of RGB (Red+Green+Blue) = 109+203+223=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DCBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBDF is #923420. Grayscale: #B1B1B1. Windows color (decimal): -9581601 or 14666605. OLE color: 14666605.
HSL color Cylindrical-coordinate representation of color #6DCBDF: hue angle of 190.53º 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 #6DCBDF is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 203 | 223 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.13 |
| HSL | 190.53º | 0.64% | 0.65% | - |
| HSV(B) | 190.53º | 0.51% | 0.87% | - |
| XYZ | 40.98 | 51.29 | 77.55 | - |
| YUV | 177.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 223 | 0.51 | 0.09 | 0 | 0.13 | 190.53 | 0.64 | 0.65 |
| Hex | 6D | CB | DF | 33 | 9 | 0 | D | BF | 40 | 41 |
| Octal | 155 | 313 | 337 | 63 | 11 | 0 | 15 | 277 | 100 | 101 |
| Binary | 1101101 | 11001011 | 11011111 | 110011 | 1001 | 0 | 1101 | 10111111 | 1000000 | 1000001 |
Color Harmonies of #6DCBDF
Complementary color
Monochromatic Colors of #6DCBDF
Black with #6DCBDF
Text Example
Text Example
White with #6DCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCBDF; }
p { color: rgb(109,203,223); }
H1.HeaderClassName
{
color: #6DCBDF;
}
.AnyTagClassName
{
color: #6DCBDF;
}
</style>
background-color css
<style>
a { background-color: #6DCBDF; }
a { background-color: rgb(109,203,223); }
div.DivClassName
{
background-color: #6DCBDF;
}
.BgClassName
{
background-color: #6DCBDF;
}
</style>
border-color css
<style>
span { border-color: #6DCBDF; }
span { border-color: rgb(109,203,223); }
td.TdClassName
{
border-color: #6DCBDF;
}
.TagClassName
{
border-color: #6DCBDF;
}
</style>