Shades of Spray #6CCACF
Tints of Spray #6CCACF
RGB
CMYK
RGB Variations
Color information
#6CCACF (or 0x6CCACF) is known color: Spray. HEX triplet: 6C, CA and CF. RGB value is (108,202,207). Sum of RGB (Red+Green+Blue) = 108+202+207=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CCACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCACF is #933530. Grayscale: #AEAEAE. Windows color (decimal): -9647409 or 13617772. OLE color: 13617772.
HSL color Cylindrical-coordinate representation of color #6CCACF: hue angle of 183.03º 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 #6CCACF is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 202 | 207 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.19 |
| HSL | 183.03º | 0.51% | 0.62% | - |
| HSV(B) | 183.03º | 0.48% | 0.81% | - |
| XYZ | 38.57 | 49.93 | 66.64 | - |
| YUV | 174.46 | 146.36 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 207 | 0.48 | 0.02 | 0 | 0.19 | 183.03 | 0.51 | 0.62 |
| Hex | 6C | CA | CF | 30 | 2 | 0 | 13 | B7 | 33 | 3E |
| Octal | 154 | 312 | 317 | 60 | 2 | 0 | 23 | 267 | 63 | 76 |
| Binary | 1101100 | 11001010 | 11001111 | 110000 | 10 | 0 | 10011 | 10110111 | 110011 | 111110 |
Color Harmonies of #6CCACF
Complementary color
Monochromatic Colors of #6CCACF
Black with #6CCACF
Text Example
Text Example
White with #6CCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCACF; }
p { color: rgb(108,202,207); }
H1.HeaderClassName
{
color: #6CCACF;
}
.AnyTagClassName
{
color: #6CCACF;
}
</style>
background-color css
<style>
a { background-color: #6CCACF; }
a { background-color: rgb(108,202,207); }
div.DivClassName
{
background-color: #6CCACF;
}
.BgClassName
{
background-color: #6CCACF;
}
</style>
border-color css
<style>
span { border-color: #6CCACF; }
span { border-color: rgb(108,202,207); }
td.TdClassName
{
border-color: #6CCACF;
}
.TagClassName
{
border-color: #6CCACF;
}
</style>