Shades of Spray #6DCCCF
Tints of Spray #6DCCCF
RGB
CMYK
RGB Variations
Color information
#6DCCCF (or 0x6DCCCF) is known color: Spray. HEX triplet: 6D, CC and CF. RGB value is (109,204,207). Sum of RGB (Red+Green+Blue) = 109+204+207=520 (68% of max value = 765). Red value is 109 (42.97% from 255 or 20.96% from 520); Green value is 204 (80.08% from 255 or 39.23% 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 #6DCCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCCF is #923330. Grayscale: #AFAFAF. Windows color (decimal): -9581361 or 13618285. OLE color: 13618285.
HSL color Cylindrical-coordinate representation of color #6DCCCF: hue angle of 181.84º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCCCF is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 204 | 207 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.19 |
| HSL | 181.84º | 0.51% | 0.62% | - |
| HSV(B) | 181.84º | 0.47% | 0.81% | - |
| XYZ | 39.16 | 50.94 | 66.8 | - |
| YUV | 175.94 | 145.53 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 207 | 0.47 | 0.01 | 0 | 0.19 | 181.84 | 0.51 | 0.62 |
| Hex | 6D | CC | CF | 2F | 1 | 0 | 13 | B6 | 33 | 3E |
| Octal | 155 | 314 | 317 | 57 | 1 | 0 | 23 | 266 | 63 | 76 |
| Binary | 1101101 | 11001100 | 11001111 | 101111 | 1 | 0 | 10011 | 10110110 | 110011 | 111110 |
Color Harmonies of #6DCCCF
Complementary color
Monochromatic Colors of #6DCCCF
Black with #6DCCCF
Text Example
Text Example
White with #6DCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCCCF; }
p { color: rgb(109,204,207); }
H1.HeaderClassName
{
color: #6DCCCF;
}
.AnyTagClassName
{
color: #6DCCCF;
}
</style>
background-color css
<style>
a { background-color: #6DCCCF; }
a { background-color: rgb(109,204,207); }
div.DivClassName
{
background-color: #6DCCCF;
}
.BgClassName
{
background-color: #6DCCCF;
}
</style>
border-color css
<style>
span { border-color: #6DCCCF; }
span { border-color: rgb(109,204,207); }
td.TdClassName
{
border-color: #6DCCCF;
}
.TagClassName
{
border-color: #6DCCCF;
}
</style>