Shades of Denim #206FC1
Tints of Denim #206FC1
RGB
CMYK
RGB Variations
Color information
#206FC1 (or 0x206FC1) is known color: Denim. HEX triplet: 20, 6F and C1. RGB value is (32,111,193). Sum of RGB (Red+Green+Blue) = 32+111+193=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #206FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206FC1 is #DF903E. Grayscale: #606060. Windows color (decimal): -14651455 or 12676896. OLE color: 12676896.
HSL color Cylindrical-coordinate representation of color #206FC1: hue angle of 210.56º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #206FC1 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 111 | 193 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.24 |
| HSL | 210.56º | 0.72% | 0.44% | - |
| HSV(B) | 210.56º | 0.83% | 0.76% | - |
| XYZ | 15.91 | 15.53 | 52.61 | - |
| YUV | 96.73 | 182.33 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 193 | 0.83 | 0.42 | 0 | 0.24 | 210.56 | 0.72 | 0.44 |
| Hex | 20 | 6F | C1 | 53 | 2A | 0 | 18 | D3 | 48 | 2C |
| Octal | 40 | 157 | 301 | 123 | 52 | 0 | 30 | 323 | 110 | 54 |
| Binary | 100000 | 1101111 | 11000001 | 1010011 | 101010 | 0 | 11000 | 11010011 | 1001000 | 101100 |
Color Harmonies of #206FC1
Complementary color
Monochromatic Colors of #206FC1
Black with #206FC1
Text Example
Text Example
White with #206FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206FC1; }
p { color: rgb(32,111,193); }
H1.HeaderClassName
{
color: #206FC1;
}
.AnyTagClassName
{
color: #206FC1;
}
</style>
background-color css
<style>
a { background-color: #206FC1; }
a { background-color: rgb(32,111,193); }
div.DivClassName
{
background-color: #206FC1;
}
.BgClassName
{
background-color: #206FC1;
}
</style>
border-color css
<style>
span { border-color: #206FC1; }
span { border-color: rgb(32,111,193); }
td.TdClassName
{
border-color: #206FC1;
}
.TagClassName
{
border-color: #206FC1;
}
</style>