Shades of Spray #6FCAE6
Tints of Spray #6FCAE6
RGB
CMYK
RGB Variations
Color information
#6FCAE6 (or 0x6FCAE6) is known color: Spray. HEX triplet: 6F, CA and E6. RGB value is (111,202,230). Sum of RGB (Red+Green+Blue) = 111+202+230=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FCAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCAE6 is #903519. Grayscale: #B1B1B1. Windows color (decimal): -9450778 or 15125103. OLE color: 15125103.
HSL color Cylindrical-coordinate representation of color #6FCAE6: hue angle of 194.12º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FCAE6 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 202 | 230 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.10 |
| HSL | 194.12º | 0.7% | 0.67% | - |
| HSV(B) | 194.12º | 0.52% | 0.9% | - |
| XYZ | 41.96 | 51.33 | 82.56 | - |
| YUV | 177.98 | 157.35 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 230 | 0.52 | 0.12 | 0 | 0.10 | 194.12 | 0.7 | 0.67 |
| Hex | 6F | CA | E6 | 34 | C | 0 | A | C2 | 46 | 43 |
| Octal | 157 | 312 | 346 | 64 | 14 | 0 | 12 | 302 | 106 | 103 |
| Binary | 1101111 | 11001010 | 11100110 | 110100 | 1100 | 0 | 1010 | 11000010 | 1000110 | 1000011 |
Color Harmonies of #6FCAE6
Complementary color
Monochromatic Colors of #6FCAE6
Black with #6FCAE6
Text Example
Text Example
White with #6FCAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCAE6; }
p { color: rgb(111,202,230); }
H1.HeaderClassName
{
color: #6FCAE6;
}
.AnyTagClassName
{
color: #6FCAE6;
}
</style>
background-color css
<style>
a { background-color: #6FCAE6; }
a { background-color: rgb(111,202,230); }
div.DivClassName
{
background-color: #6FCAE6;
}
.BgClassName
{
background-color: #6FCAE6;
}
</style>
border-color css
<style>
span { border-color: #6FCAE6; }
span { border-color: rgb(111,202,230); }
td.TdClassName
{
border-color: #6FCAE6;
}
.TagClassName
{
border-color: #6FCAE6;
}
</style>