Shades of Spray #6CCADB
Tints of Spray #6CCADB
RGB
CMYK
RGB Variations
Color information
#6CCADB (or 0x6CCADB) is known color: Spray. HEX triplet: 6C, CA and DB. RGB value is (108,202,219). Sum of RGB (Red+Green+Blue) = 108+202+219=529 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.42% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CCADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCADB is #933524. Grayscale: #AFAFAF. Windows color (decimal): -9647397 or 14404204. OLE color: 14404204.
HSL color Cylindrical-coordinate representation of color #6CCADB: hue angle of 189.19º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CCADB is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 202 | 219 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.14 |
| HSL | 189.19º | 0.61% | 0.64% | - |
| HSV(B) | 189.19º | 0.51% | 0.86% | - |
| XYZ | 40.09 | 50.54 | 74.66 | - |
| YUV | 175.83 | 152.36 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 219 | 0.51 | 0.08 | 0 | 0.14 | 189.19 | 0.61 | 0.64 |
| Hex | 6C | CA | DB | 33 | 8 | 0 | E | BD | 3D | 40 |
| Octal | 154 | 312 | 333 | 63 | 10 | 0 | 16 | 275 | 75 | 100 |
| Binary | 1101100 | 11001010 | 11011011 | 110011 | 1000 | 0 | 1110 | 10111101 | 111101 | 1000000 |
Color Harmonies of #6CCADB
Complementary color
Monochromatic Colors of #6CCADB
Black with #6CCADB
Text Example
Text Example
White with #6CCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCADB; }
p { color: rgb(108,202,219); }
H1.HeaderClassName
{
color: #6CCADB;
}
.AnyTagClassName
{
color: #6CCADB;
}
</style>
background-color css
<style>
a { background-color: #6CCADB; }
a { background-color: rgb(108,202,219); }
div.DivClassName
{
background-color: #6CCADB;
}
.BgClassName
{
background-color: #6CCADB;
}
</style>
border-color css
<style>
span { border-color: #6CCADB; }
span { border-color: rgb(108,202,219); }
td.TdClassName
{
border-color: #6CCADB;
}
.TagClassName
{
border-color: #6CCADB;
}
</style>