Shades of Spray #6CCDCF
Tints of Spray #6CCDCF
RGB
CMYK
RGB Variations
Color information
#6CCDCF (or 0x6CCDCF) is known color: Spray. HEX triplet: 6C, CD and CF. RGB value is (108,205,207). Sum of RGB (Red+Green+Blue) = 108+205+207=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CCDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDCF is #933230. Grayscale: #B0B0B0. Windows color (decimal): -9646641 or 13618540. OLE color: 13618540.
HSL color Cylindrical-coordinate representation of color #6CCDCF: hue angle of 181.21º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCDCF is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 205 | 207 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.19 |
| HSL | 181.21º | 0.51% | 0.62% | - |
| HSV(B) | 181.21º | 0.48% | 0.81% | - |
| XYZ | 39.28 | 51.36 | 66.87 | - |
| YUV | 176.23 | 145.36 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 207 | 0.48 | 0.01 | 0 | 0.19 | 181.21 | 0.51 | 0.62 |
| Hex | 6C | CD | CF | 30 | 1 | 0 | 13 | B5 | 33 | 3E |
| Octal | 154 | 315 | 317 | 60 | 1 | 0 | 23 | 265 | 63 | 76 |
| Binary | 1101100 | 11001101 | 11001111 | 110000 | 1 | 0 | 10011 | 10110101 | 110011 | 111110 |
Color Harmonies of #6CCDCF
Complementary color
Monochromatic Colors of #6CCDCF
Black with #6CCDCF
Text Example
Text Example
White with #6CCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDCF; }
p { color: rgb(108,205,207); }
H1.HeaderClassName
{
color: #6CCDCF;
}
.AnyTagClassName
{
color: #6CCDCF;
}
</style>
background-color css
<style>
a { background-color: #6CCDCF; }
a { background-color: rgb(108,205,207); }
div.DivClassName
{
background-color: #6CCDCF;
}
.BgClassName
{
background-color: #6CCDCF;
}
</style>
border-color css
<style>
span { border-color: #6CCDCF; }
span { border-color: rgb(108,205,207); }
td.TdClassName
{
border-color: #6CCDCF;
}
.TagClassName
{
border-color: #6CCDCF;
}
</style>