Shades of Downy #6FCBCB
Tints of Downy #6FCBCB
RGB
CMYK
RGB Variations
Color information
#6FCBCB (or 0x6FCBCB) is known color: Downy. HEX triplet: 6F, CB and CB. RGB value is (111,203,203). Sum of RGB (Red+Green+Blue) = 111+203+203=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #6FCBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBCB is #903434. Grayscale: #AFAFAF. Windows color (decimal): -9450549 or 13355887. OLE color: 13355887.
HSL color Cylindrical-coordinate representation of color #6FCBCB: hue angle of 180º 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 #6FCBCB is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 203 | - |
| CMYK | 0.45 | 0 | 0 | 0.20 |
| HSL | 180º | 0.47% | 0.62% | - |
| HSV(B) | 180º | 0.45% | 0.8% | - |
| XYZ | 38.69 | 50.4 | 64.19 | - |
| YUV | 175.49 | 143.52 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 203 | 0.45 | 0 | 0 | 0.20 | 180 | 0.47 | 0.62 |
| Hex | 6F | CB | CB | 2D | 0 | 0 | 14 | B4 | 2F | 3E |
| Octal | 157 | 313 | 313 | 55 | 0 | 0 | 24 | 264 | 57 | 76 |
| Binary | 1101111 | 11001011 | 11001011 | 101101 | 0 | 0 | 10100 | 10110100 | 101111 | 111110 |
Color Harmonies of #6FCBCB
Complementary color
Monochromatic Colors of #6FCBCB
Black with #6FCBCB
Text Example
Text Example
White with #6FCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBCB; }
p { color: rgb(111,203,203); }
H1.HeaderClassName
{
color: #6FCBCB;
}
.AnyTagClassName
{
color: #6FCBCB;
}
</style>
background-color css
<style>
a { background-color: #6FCBCB; }
a { background-color: rgb(111,203,203); }
div.DivClassName
{
background-color: #6FCBCB;
}
.BgClassName
{
background-color: #6FCBCB;
}
</style>
border-color css
<style>
span { border-color: #6FCBCB; }
span { border-color: rgb(111,203,203); }
td.TdClassName
{
border-color: #6FCBCB;
}
.TagClassName
{
border-color: #6FCBCB;
}
</style>