Shades of Spray #6CCBDA
Tints of Spray #6CCBDA
RGB
CMYK
RGB Variations
Color information
#6CCBDA (or 0x6CCBDA) is known color: Spray. HEX triplet: 6C, CB and DA. RGB value is (108,203,218). Sum of RGB (Red+Green+Blue) = 108+203+218=529 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.42% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #6CCBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCBDA is #933425. Grayscale: #B0B0B0. Windows color (decimal): -9647142 or 14338924. OLE color: 14338924.
HSL color Cylindrical-coordinate representation of color #6CCBDA: hue angle of 188.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CCBDA is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 203 | 218 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.15 |
| HSL | 188.18º | 0.6% | 0.64% | - |
| HSV(B) | 188.18º | 0.5% | 0.85% | - |
| XYZ | 40.2 | 50.96 | 74.05 | - |
| YUV | 176.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 218 | 0.50 | 0.07 | 0 | 0.15 | 188.18 | 0.6 | 0.64 |
| Hex | 6C | CB | DA | 32 | 7 | 0 | F | BC | 3C | 40 |
| Octal | 154 | 313 | 332 | 62 | 7 | 0 | 17 | 274 | 74 | 100 |
| Binary | 1101100 | 11001011 | 11011010 | 110010 | 111 | 0 | 1111 | 10111100 | 111100 | 1000000 |
Color Harmonies of #6CCBDA
Complementary color
Monochromatic Colors of #6CCBDA
Black with #6CCBDA
Text Example
Text Example
White with #6CCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCBDA; }
p { color: rgb(108,203,218); }
H1.HeaderClassName
{
color: #6CCBDA;
}
.AnyTagClassName
{
color: #6CCBDA;
}
</style>
background-color css
<style>
a { background-color: #6CCBDA; }
a { background-color: rgb(108,203,218); }
div.DivClassName
{
background-color: #6CCBDA;
}
.BgClassName
{
background-color: #6CCBDA;
}
</style>
border-color css
<style>
span { border-color: #6CCBDA; }
span { border-color: rgb(108,203,218); }
td.TdClassName
{
border-color: #6CCBDA;
}
.TagClassName
{
border-color: #6CCBDA;
}
</style>