Shades of Spray #6CCDD4
Tints of Spray #6CCDD4
RGB
CMYK
RGB Variations
Color information
#6CCDD4 (or 0x6CCDD4) is known color: Spray. HEX triplet: 6C, CD and D4. RGB value is (108,205,212). Sum of RGB (Red+Green+Blue) = 108+205+212=525 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.57% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #6CCDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDD4 is #93322B. Grayscale: #B0B0B0. Windows color (decimal): -9646636 or 13946220. OLE color: 13946220.
HSL color Cylindrical-coordinate representation of color #6CCDD4: hue angle of 184.04º 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 #6CCDD4 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 205 | 212 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.17 |
| HSL | 184.04º | 0.55% | 0.63% | - |
| HSV(B) | 184.04º | 0.49% | 0.83% | - |
| XYZ | 39.9 | 51.6 | 70.15 | - |
| YUV | 176.8 | 147.86 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 212 | 0.49 | 0.03 | 0 | 0.17 | 184.04 | 0.55 | 0.63 |
| Hex | 6C | CD | D4 | 31 | 3 | 0 | 11 | B8 | 37 | 3F |
| Octal | 154 | 315 | 324 | 61 | 3 | 0 | 21 | 270 | 67 | 77 |
| Binary | 1101100 | 11001101 | 11010100 | 110001 | 11 | 0 | 10001 | 10111000 | 110111 | 111111 |
Color Harmonies of #6CCDD4
Complementary color
Monochromatic Colors of #6CCDD4
Black with #6CCDD4
Text Example
Text Example
White with #6CCDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCDD4; }
p { color: rgb(108,205,212); }
H1.HeaderClassName
{
color: #6CCDD4;
}
.AnyTagClassName
{
color: #6CCDD4;
}
</style>
background-color css
<style>
a { background-color: #6CCDD4; }
a { background-color: rgb(108,205,212); }
div.DivClassName
{
background-color: #6CCDD4;
}
.BgClassName
{
background-color: #6CCDD4;
}
</style>
border-color css
<style>
span { border-color: #6CCDD4; }
span { border-color: rgb(108,205,212); }
td.TdClassName
{
border-color: #6CCDD4;
}
.TagClassName
{
border-color: #6CCDD4;
}
</style>