Shades of Downy #6BCBCA
Tints of Downy #6BCBCA
RGB
CMYK
RGB Variations
Color information
#6BCBCA (or 0x6BCBCA) is known color: Downy. HEX triplet: 6B, CB and CA. RGB value is (107,203,202). Sum of RGB (Red+Green+Blue) = 107+203+202=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBCA is #943435. Grayscale: #AEAEAE. Windows color (decimal): -9712694 or 13290347. OLE color: 13290347.
HSL color Cylindrical-coordinate representation of color #6BCBCA: hue angle of 179.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCBCA is Cyan = 0.47, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 202 | - |
| CMYK | 0.47 | 0 | 0.00 | 0.20 |
| HSL | 179.38º | 0.48% | 0.61% | - |
| HSV(B) | 179.38º | 0.47% | 0.8% | - |
| XYZ | 38.08 | 50.1 | 63.54 | - |
| YUV | 174.18 | 143.7 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 202 | 0.47 | 0 | 0.00 | 0.20 | 179.38 | 0.48 | 0.61 |
| Hex | 6B | CB | CA | 2F | 0 | 0 | 14 | B3 | 30 | 3D |
| Octal | 153 | 313 | 312 | 57 | 0 | 0 | 24 | 263 | 60 | 75 |
| Binary | 1101011 | 11001011 | 11001010 | 101111 | 0 | 0 | 10100 | 10110011 | 110000 | 111101 |
Color Harmonies of #6BCBCA
Complementary color
Monochromatic Colors of #6BCBCA
Black with #6BCBCA
Text Example
Text Example
White with #6BCBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBCA; }
p { color: rgb(107,203,202); }
H1.HeaderClassName
{
color: #6BCBCA;
}
.AnyTagClassName
{
color: #6BCBCA;
}
</style>
background-color css
<style>
a { background-color: #6BCBCA; }
a { background-color: rgb(107,203,202); }
div.DivClassName
{
background-color: #6BCBCA;
}
.BgClassName
{
background-color: #6BCBCA;
}
</style>
border-color css
<style>
span { border-color: #6BCBCA; }
span { border-color: rgb(107,203,202); }
td.TdClassName
{
border-color: #6BCBCA;
}
.TagClassName
{
border-color: #6BCBCA;
}
</style>