Shades of Spray #6BCADB
Tints of Spray #6BCADB
RGB
CMYK
RGB Variations
Color information
#6BCADB (or 0x6BCADB) is known color: Spray. HEX triplet: 6B, CA and DB. RGB value is (107,202,219). Sum of RGB (Red+Green+Blue) = 107+202+219=528 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.27% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BCADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCADB is #943524. Grayscale: #AFAFAF. Windows color (decimal): -9712933 or 14404203. OLE color: 14404203.
HSL color Cylindrical-coordinate representation of color #6BCADB: hue angle of 189.11º 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 #6BCADB is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 202 | 219 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.14 |
| HSL | 189.11º | 0.61% | 0.64% | - |
| HSV(B) | 189.11º | 0.51% | 0.86% | - |
| XYZ | 39.97 | 50.48 | 74.66 | - |
| YUV | 175.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 219 | 0.51 | 0.08 | 0 | 0.14 | 189.11 | 0.61 | 0.64 |
| Hex | 6B | CA | DB | 33 | 8 | 0 | E | BD | 3D | 40 |
| Octal | 153 | 312 | 333 | 63 | 10 | 0 | 16 | 275 | 75 | 100 |
| Binary | 1101011 | 11001010 | 11011011 | 110011 | 1000 | 0 | 1110 | 10111101 | 111101 | 1000000 |
Color Harmonies of #6BCADB
Complementary color
Monochromatic Colors of #6BCADB
Black with #6BCADB
Text Example
Text Example
White with #6BCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCADB; }
p { color: rgb(107,202,219); }
H1.HeaderClassName
{
color: #6BCADB;
}
.AnyTagClassName
{
color: #6BCADB;
}
</style>
background-color css
<style>
a { background-color: #6BCADB; }
a { background-color: rgb(107,202,219); }
div.DivClassName
{
background-color: #6BCADB;
}
.BgClassName
{
background-color: #6BCADB;
}
</style>
border-color css
<style>
span { border-color: #6BCADB; }
span { border-color: rgb(107,202,219); }
td.TdClassName
{
border-color: #6BCADB;
}
.TagClassName
{
border-color: #6BCADB;
}
</style>