Shades of Spray #6BCADC
Tints of Spray #6BCADC
RGB
CMYK
RGB Variations
Color information
#6BCADC (or 0x6BCADC) is known color: Spray. HEX triplet: 6B, CA and DC. RGB value is (107,202,220). Sum of RGB (Red+Green+Blue) = 107+202+220=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BCADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCADC is #943523. Grayscale: #AFAFAF. Windows color (decimal): -9712932 or 14469739. OLE color: 14469739.
HSL color Cylindrical-coordinate representation of color #6BCADC: hue angle of 189.56º degrees, saturation: 0.62, 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 #6BCADC is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 202 | 220 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.14 |
| HSL | 189.56º | 0.62% | 0.64% | - |
| HSV(B) | 189.56º | 0.51% | 0.86% | - |
| XYZ | 40.1 | 50.53 | 75.35 | - |
| YUV | 175.65 | 153.03 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 220 | 0.51 | 0.08 | 0 | 0.14 | 189.56 | 0.62 | 0.64 |
| Hex | 6B | CA | DC | 33 | 8 | 0 | E | BE | 3E | 40 |
| Octal | 153 | 312 | 334 | 63 | 10 | 0 | 16 | 276 | 76 | 100 |
| Binary | 1101011 | 11001010 | 11011100 | 110011 | 1000 | 0 | 1110 | 10111110 | 111110 | 1000000 |
Color Harmonies of #6BCADC
Complementary color
Monochromatic Colors of #6BCADC
Black with #6BCADC
Text Example
Text Example
White with #6BCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCADC; }
p { color: rgb(107,202,220); }
H1.HeaderClassName
{
color: #6BCADC;
}
.AnyTagClassName
{
color: #6BCADC;
}
</style>
background-color css
<style>
a { background-color: #6BCADC; }
a { background-color: rgb(107,202,220); }
div.DivClassName
{
background-color: #6BCADC;
}
.BgClassName
{
background-color: #6BCADC;
}
</style>
border-color css
<style>
span { border-color: #6BCADC; }
span { border-color: rgb(107,202,220); }
td.TdClassName
{
border-color: #6BCADC;
}
.TagClassName
{
border-color: #6BCADC;
}
</style>