Shades of Downy #6FCECE
Tints of Downy #6FCECE
RGB
CMYK
RGB Variations
Color information
#6FCECE (or 0x6FCECE) is known color: Downy. HEX triplet: 6F, CE and CE. RGB value is (111,206,206). Sum of RGB (Red+Green+Blue) = 111+206+206=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #6FCECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCECE is #903131. Grayscale: #B1B1B1. Windows color (decimal): -9449778 or 13553263. OLE color: 13553263.
HSL color Cylindrical-coordinate representation of color #6FCECE: hue angle of 180º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCECE is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 206 | 206 | - |
| CMYK | 0.46 | 0 | 0 | 0.19 |
| HSL | 180º | 0.49% | 0.62% | - |
| HSV(B) | 180º | 0.46% | 0.81% | - |
| XYZ | 39.77 | 51.98 | 66.33 | - |
| YUV | 177.6 | 144.03 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 206 | 0.46 | 0 | 0 | 0.19 | 180 | 0.49 | 0.62 |
| Hex | 6F | CE | CE | 2E | 0 | 0 | 13 | B4 | 31 | 3E |
| Octal | 157 | 316 | 316 | 56 | 0 | 0 | 23 | 264 | 61 | 76 |
| Binary | 1101111 | 11001110 | 11001110 | 101110 | 0 | 0 | 10011 | 10110100 | 110001 | 111110 |
Color Harmonies of #6FCECE
Complementary color
Monochromatic Colors of #6FCECE
Black with #6FCECE
Text Example
Text Example
White with #6FCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCECE; }
p { color: rgb(111,206,206); }
H1.HeaderClassName
{
color: #6FCECE;
}
.AnyTagClassName
{
color: #6FCECE;
}
</style>
background-color css
<style>
a { background-color: #6FCECE; }
a { background-color: rgb(111,206,206); }
div.DivClassName
{
background-color: #6FCECE;
}
.BgClassName
{
background-color: #6FCECE;
}
</style>
border-color css
<style>
span { border-color: #6FCECE; }
span { border-color: rgb(111,206,206); }
td.TdClassName
{
border-color: #6FCECE;
}
.TagClassName
{
border-color: #6FCECE;
}
</style>