Shades of Downy #6FCBCA
Tints of Downy #6FCBCA
RGB
CMYK
RGB Variations
Color information
#6FCBCA (or 0x6FCBCA) is known color: Downy. HEX triplet: 6F, CB and CA. RGB value is (111,203,202). Sum of RGB (Red+Green+Blue) = 111+203+202=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBCA is #903435. Grayscale: #AFAFAF. Windows color (decimal): -9450550 or 13290351. OLE color: 13290351.
HSL color Cylindrical-coordinate representation of color #6FCBCA: hue angle of 179.35º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCBCA is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 202 | - |
| CMYK | 0.45 | 0 | 0.00 | 0.20 |
| HSL | 179.35º | 0.47% | 0.62% | - |
| HSV(B) | 179.35º | 0.45% | 0.8% | - |
| XYZ | 38.57 | 50.36 | 63.56 | - |
| YUV | 175.38 | 143.02 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 202 | 0.45 | 0 | 0.00 | 0.20 | 179.35 | 0.47 | 0.62 |
| Hex | 6F | CB | CA | 2D | 0 | 0 | 14 | B3 | 2F | 3E |
| Octal | 157 | 313 | 312 | 55 | 0 | 0 | 24 | 263 | 57 | 76 |
| Binary | 1101111 | 11001011 | 11001010 | 101101 | 0 | 0 | 10100 | 10110011 | 101111 | 111110 |
Color Harmonies of #6FCBCA
Complementary color
Monochromatic Colors of #6FCBCA
Black with #6FCBCA
Text Example
Text Example
White with #6FCBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBCA; }
p { color: rgb(111,203,202); }
H1.HeaderClassName
{
color: #6FCBCA;
}
.AnyTagClassName
{
color: #6FCBCA;
}
</style>
background-color css
<style>
a { background-color: #6FCBCA; }
a { background-color: rgb(111,203,202); }
div.DivClassName
{
background-color: #6FCBCA;
}
.BgClassName
{
background-color: #6FCBCA;
}
</style>
border-color css
<style>
span { border-color: #6FCBCA; }
span { border-color: rgb(111,203,202); }
td.TdClassName
{
border-color: #6FCBCA;
}
.TagClassName
{
border-color: #6FCBCA;
}
</style>