Shades of Spray #6CCBD6
Tints of Spray #6CCBD6
RGB
CMYK
RGB Variations
Color information
#6CCBD6 (or 0x6CCBD6) is known color: Spray. HEX triplet: 6C, CB and D6. RGB value is (108,203,214). Sum of RGB (Red+Green+Blue) = 108+203+214=525 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.57% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #6CCBD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCBD6 is #933429. Grayscale: #AFAFAF. Windows color (decimal): -9647146 or 14076780. OLE color: 14076780.
HSL color Cylindrical-coordinate representation of color #6CCBD6: hue angle of 186.23º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CCBD6 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 203 | 214 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.16 |
| HSL | 186.23º | 0.56% | 0.63% | - |
| HSV(B) | 186.23º | 0.5% | 0.84% | - |
| XYZ | 39.68 | 50.76 | 71.32 | - |
| YUV | 175.85 | 149.53 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 214 | 0.50 | 0.05 | 0 | 0.16 | 186.23 | 0.56 | 0.63 |
| Hex | 6C | CB | D6 | 32 | 5 | 0 | 10 | BA | 38 | 3F |
| Octal | 154 | 313 | 326 | 62 | 5 | 0 | 20 | 272 | 70 | 77 |
| Binary | 1101100 | 11001011 | 11010110 | 110010 | 101 | 0 | 10000 | 10111010 | 111000 | 111111 |
Color Harmonies of #6CCBD6
Complementary color
Monochromatic Colors of #6CCBD6
Black with #6CCBD6
Text Example
Text Example
White with #6CCBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCBD6; }
p { color: rgb(108,203,214); }
H1.HeaderClassName
{
color: #6CCBD6;
}
.AnyTagClassName
{
color: #6CCBD6;
}
</style>
background-color css
<style>
a { background-color: #6CCBD6; }
a { background-color: rgb(108,203,214); }
div.DivClassName
{
background-color: #6CCBD6;
}
.BgClassName
{
background-color: #6CCBD6;
}
</style>
border-color css
<style>
span { border-color: #6CCBD6; }
span { border-color: rgb(108,203,214); }
td.TdClassName
{
border-color: #6CCBD6;
}
.TagClassName
{
border-color: #6CCBD6;
}
</style>