Shades of Downy #6BCBCC
Tints of Downy #6BCBCC
RGB
CMYK
RGB Variations
Color information
#6BCBCC (or 0x6BCBCC) is known color: Downy. HEX triplet: 6B, CB and CC. RGB value is (107,203,204). Sum of RGB (Red+Green+Blue) = 107+203+204=514 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.82% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BCBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBCC is #943433. Grayscale: #AEAEAE. Windows color (decimal): -9712692 or 13421419. OLE color: 13421419.
HSL color Cylindrical-coordinate representation of color #6BCBCC: hue angle of 180.62º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCBCC is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 203 | 204 | - |
| CMYK | 0.48 | 0.00 | 0 | 0.2 |
| HSL | 180.62º | 0.49% | 0.61% | - |
| HSV(B) | 180.62º | 0.48% | 0.8% | - |
| XYZ | 38.32 | 50.2 | 64.8 | - |
| YUV | 174.41 | 144.7 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 204 | 0.48 | 0.00 | 0 | 0.2 | 180.62 | 0.49 | 0.61 |
| Hex | 6B | CB | CC | 30 | 0 | 0 | 14 | B5 | 31 | 3D |
| Octal | 153 | 313 | 314 | 60 | 0 | 0 | 24 | 265 | 61 | 75 |
| Binary | 1101011 | 11001011 | 11001100 | 110000 | 0 | 0 | 10100 | 10110101 | 110001 | 111101 |
Color Harmonies of #6BCBCC
Complementary color
Monochromatic Colors of #6BCBCC
Black with #6BCBCC
Text Example
Text Example
White with #6BCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCBCC; }
p { color: rgb(107,203,204); }
H1.HeaderClassName
{
color: #6BCBCC;
}
.AnyTagClassName
{
color: #6BCBCC;
}
</style>
background-color css
<style>
a { background-color: #6BCBCC; }
a { background-color: rgb(107,203,204); }
div.DivClassName
{
background-color: #6BCBCC;
}
.BgClassName
{
background-color: #6BCBCC;
}
</style>
border-color css
<style>
span { border-color: #6BCBCC; }
span { border-color: rgb(107,203,204); }
td.TdClassName
{
border-color: #6BCBCC;
}
.TagClassName
{
border-color: #6BCBCC;
}
</style>