Shades of Spray #6CCCD0
Tints of Spray #6CCCD0
RGB
CMYK
RGB Variations
Color information
#6CCCD0 (or 0x6CCCD0) is known color: Spray. HEX triplet: 6C, CC and D0. RGB value is (108,204,208). Sum of RGB (Red+Green+Blue) = 108+204+208=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #6CCCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCD0 is #93332F. Grayscale: #AFAFAF. Windows color (decimal): -9646896 or 13683820. OLE color: 13683820.
HSL color Cylindrical-coordinate representation of color #6CCCD0: hue angle of 182.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCCD0 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 204 | 208 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.18 |
| HSL | 182.4º | 0.52% | 0.62% | - |
| HSV(B) | 182.4º | 0.48% | 0.82% | - |
| XYZ | 39.16 | 50.93 | 67.44 | - |
| YUV | 175.75 | 146.2 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 208 | 0.48 | 0.02 | 0 | 0.18 | 182.4 | 0.52 | 0.62 |
| Hex | 6C | CC | D0 | 30 | 2 | 0 | 12 | B6 | 34 | 3E |
| Octal | 154 | 314 | 320 | 60 | 2 | 0 | 22 | 266 | 64 | 76 |
| Binary | 1101100 | 11001100 | 11010000 | 110000 | 10 | 0 | 10010 | 10110110 | 110100 | 111110 |
Color Harmonies of #6CCCD0
Complementary color
Monochromatic Colors of #6CCCD0
Black with #6CCCD0
Text Example
Text Example
White with #6CCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCCD0; }
p { color: rgb(108,204,208); }
H1.HeaderClassName
{
color: #6CCCD0;
}
.AnyTagClassName
{
color: #6CCCD0;
}
</style>
background-color css
<style>
a { background-color: #6CCCD0; }
a { background-color: rgb(108,204,208); }
div.DivClassName
{
background-color: #6CCCD0;
}
.BgClassName
{
background-color: #6CCCD0;
}
</style>
border-color css
<style>
span { border-color: #6CCCD0; }
span { border-color: rgb(108,204,208); }
td.TdClassName
{
border-color: #6CCCD0;
}
.TagClassName
{
border-color: #6CCCD0;
}
</style>