Shades of Spray #6CCCD1
Tints of Spray #6CCCD1
RGB
CMYK
RGB Variations
Color information
#6CCCD1 (or 0x6CCCD1) is known color: Spray. HEX triplet: 6C, CC and D1. RGB value is (108,204,209). Sum of RGB (Red+Green+Blue) = 108+204+209=521 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.73% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #6CCCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCD1 is #93332E. Grayscale: #AFAFAF. Windows color (decimal): -9646895 or 13749356. OLE color: 13749356.
HSL color Cylindrical-coordinate representation of color #6CCCD1: hue angle of 182.97º 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 #6CCCD1 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 204 | 209 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.18 |
| HSL | 182.97º | 0.52% | 0.62% | - |
| HSV(B) | 182.97º | 0.48% | 0.82% | - |
| XYZ | 39.29 | 50.98 | 68.09 | - |
| YUV | 175.87 | 146.7 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 209 | 0.48 | 0.02 | 0 | 0.18 | 182.97 | 0.52 | 0.62 |
| Hex | 6C | CC | D1 | 30 | 2 | 0 | 12 | B7 | 34 | 3E |
| Octal | 154 | 314 | 321 | 60 | 2 | 0 | 22 | 267 | 64 | 76 |
| Binary | 1101100 | 11001100 | 11010001 | 110000 | 10 | 0 | 10010 | 10110111 | 110100 | 111110 |
Color Harmonies of #6CCCD1
Complementary color
Monochromatic Colors of #6CCCD1
Black with #6CCCD1
Text Example
Text Example
White with #6CCCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCCD1; }
p { color: rgb(108,204,209); }
H1.HeaderClassName
{
color: #6CCCD1;
}
.AnyTagClassName
{
color: #6CCCD1;
}
</style>
background-color css
<style>
a { background-color: #6CCCD1; }
a { background-color: rgb(108,204,209); }
div.DivClassName
{
background-color: #6CCCD1;
}
.BgClassName
{
background-color: #6CCCD1;
}
</style>
border-color css
<style>
span { border-color: #6CCCD1; }
span { border-color: rgb(108,204,209); }
td.TdClassName
{
border-color: #6CCCD1;
}
.TagClassName
{
border-color: #6CCCD1;
}
</style>