Shades of Spray #6CCED4
Tints of Spray #6CCED4
RGB
CMYK
RGB Variations
Color information
#6CCED4 (or 0x6CCED4) is known color: Spray. HEX triplet: 6C, CE and D4. RGB value is (108,206,212). Sum of RGB (Red+Green+Blue) = 108+206+212=526 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.53% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #6CCED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCED4 is #93312B. Grayscale: #B1B1B1. Windows color (decimal): -9646380 or 13946476. OLE color: 13946476.
HSL color Cylindrical-coordinate representation of color #6CCED4: hue angle of 183.46º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CCED4 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 206 | 212 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.17 |
| HSL | 183.46º | 0.55% | 0.63% | - |
| HSV(B) | 183.46º | 0.49% | 0.83% | - |
| XYZ | 40.14 | 52.08 | 70.23 | - |
| YUV | 177.38 | 147.53 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 206 | 212 | 0.49 | 0.03 | 0 | 0.17 | 183.46 | 0.55 | 0.63 |
| Hex | 6C | CE | D4 | 31 | 3 | 0 | 11 | B7 | 37 | 3F |
| Octal | 154 | 316 | 324 | 61 | 3 | 0 | 21 | 267 | 67 | 77 |
| Binary | 1101100 | 11001110 | 11010100 | 110001 | 11 | 0 | 10001 | 10110111 | 110111 | 111111 |
Color Harmonies of #6CCED4
Complementary color
Monochromatic Colors of #6CCED4
Black with #6CCED4
Text Example
Text Example
White with #6CCED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCED4; }
p { color: rgb(108,206,212); }
H1.HeaderClassName
{
color: #6CCED4;
}
.AnyTagClassName
{
color: #6CCED4;
}
</style>
background-color css
<style>
a { background-color: #6CCED4; }
a { background-color: rgb(108,206,212); }
div.DivClassName
{
background-color: #6CCED4;
}
.BgClassName
{
background-color: #6CCED4;
}
</style>
border-color css
<style>
span { border-color: #6CCED4; }
span { border-color: rgb(108,206,212); }
td.TdClassName
{
border-color: #6CCED4;
}
.TagClassName
{
border-color: #6CCED4;
}
</style>