Shades of Spray #6CCAE0
Tints of Spray #6CCAE0
RGB
CMYK
RGB Variations
Color information
#6CCAE0 (or 0x6CCAE0) is known color: Spray. HEX triplet: 6C, CA and E0. RGB value is (108,202,224). Sum of RGB (Red+Green+Blue) = 108+202+224=534 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.22% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #6CCAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCAE0 is #93351F. Grayscale: #B0B0B0. Windows color (decimal): -9647392 or 14731884. OLE color: 14731884.
HSL color Cylindrical-coordinate representation of color #6CCAE0: hue angle of 191.38º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CCAE0 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 202 | 224 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.12 |
| HSL | 191.38º | 0.65% | 0.65% | - |
| HSV(B) | 191.38º | 0.52% | 0.88% | - |
| XYZ | 40.76 | 50.81 | 78.18 | - |
| YUV | 176.4 | 154.86 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 224 | 0.52 | 0.10 | 0 | 0.12 | 191.38 | 0.65 | 0.65 |
| Hex | 6C | CA | E0 | 34 | A | 0 | C | BF | 41 | 41 |
| Octal | 154 | 312 | 340 | 64 | 12 | 0 | 14 | 277 | 101 | 101 |
| Binary | 1101100 | 11001010 | 11100000 | 110100 | 1010 | 0 | 1100 | 10111111 | 1000001 | 1000001 |
Color Harmonies of #6CCAE0
Complementary color
Monochromatic Colors of #6CCAE0
Black with #6CCAE0
Text Example
Text Example
White with #6CCAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCAE0; }
p { color: rgb(108,202,224); }
H1.HeaderClassName
{
color: #6CCAE0;
}
.AnyTagClassName
{
color: #6CCAE0;
}
</style>
background-color css
<style>
a { background-color: #6CCAE0; }
a { background-color: rgb(108,202,224); }
div.DivClassName
{
background-color: #6CCAE0;
}
.BgClassName
{
background-color: #6CCAE0;
}
</style>
border-color css
<style>
span { border-color: #6CCAE0; }
span { border-color: rgb(108,202,224); }
td.TdClassName
{
border-color: #6CCAE0;
}
.TagClassName
{
border-color: #6CCAE0;
}
</style>