Shades of Spray #6BCADD
Tints of Spray #6BCADD
RGB
CMYK
RGB Variations
Color information
#6BCADD (or 0x6BCADD) is known color: Spray. HEX triplet: 6B, CA and DD. RGB value is (107,202,221). Sum of RGB (Red+Green+Blue) = 107+202+221=530 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.19% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BCADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCADD is #943522. Grayscale: #AFAFAF. Windows color (decimal): -9712931 or 14535275. OLE color: 14535275.
HSL color Cylindrical-coordinate representation of color #6BCADD: hue angle of 190º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BCADD is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 202 | 221 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.13 |
| HSL | 190º | 0.63% | 0.64% | - |
| HSV(B) | 190º | 0.52% | 0.87% | - |
| XYZ | 40.24 | 50.59 | 76.05 | - |
| YUV | 175.76 | 153.53 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 221 | 0.52 | 0.09 | 0 | 0.13 | 190 | 0.63 | 0.64 |
| Hex | 6B | CA | DD | 34 | 9 | 0 | D | BE | 3F | 40 |
| Octal | 153 | 312 | 335 | 64 | 11 | 0 | 15 | 276 | 77 | 100 |
| Binary | 1101011 | 11001010 | 11011101 | 110100 | 1001 | 0 | 1101 | 10111110 | 111111 | 1000000 |
Color Harmonies of #6BCADD
Complementary color
Monochromatic Colors of #6BCADD
Black with #6BCADD
Text Example
Text Example
White with #6BCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCADD; }
p { color: rgb(107,202,221); }
H1.HeaderClassName
{
color: #6BCADD;
}
.AnyTagClassName
{
color: #6BCADD;
}
</style>
background-color css
<style>
a { background-color: #6BCADD; }
a { background-color: rgb(107,202,221); }
div.DivClassName
{
background-color: #6BCADD;
}
.BgClassName
{
background-color: #6BCADD;
}
</style>
border-color css
<style>
span { border-color: #6BCADD; }
span { border-color: rgb(107,202,221); }
td.TdClassName
{
border-color: #6BCADD;
}
.TagClassName
{
border-color: #6BCADD;
}
</style>