Shades of Medium Blue #061CC2
Tints of Medium Blue #061CC2
RGB
CMYK
RGB Variations
Color information
#061CC2 (or 0x061CC2) is known color: Medium Blue. HEX triplet: 06, 1C and C2. RGB value is (6,28,194). Sum of RGB (Red+Green+Blue) = 6+28+194=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 194 (76.17% from 255 or 85.09% from 228); Max value from RGB is 194 - color contains mainly: blue. Hex color #061CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CC2 is #F9E33D. Grayscale: #272727. Windows color (decimal): -16376638 or 12721158. OLE color: 12721158.
HSL color Cylindrical-coordinate representation of color #061CC2: hue angle of 232.98º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061CC2 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 28 | 194 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.24 |
| HSL | 232.98º | 0.94% | 0.39% | - |
| HSV(B) | 232.98º | 0.97% | 0.76% | - |
| XYZ | 10.23 | 4.76 | 51.42 | - |
| YUV | 40.35 | 214.71 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 194 | 0.97 | 0.86 | 0 | 0.24 | 232.98 | 0.94 | 0.39 |
| Hex | 6 | 1C | C2 | 61 | 56 | 0 | 18 | E9 | 5E | 27 |
| Octal | 6 | 34 | 302 | 141 | 126 | 0 | 30 | 351 | 136 | 47 |
| Binary | 110 | 11100 | 11000010 | 1100001 | 1010110 | 0 | 11000 | 11101001 | 1011110 | 100111 |
Color Harmonies of #061CC2
Complementary color
Monochromatic Colors of #061CC2
Black with #061CC2
Text Example
Text Example
White with #061CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CC2; }
p { color: rgb(6,28,194); }
H1.HeaderClassName
{
color: #061CC2;
}
.AnyTagClassName
{
color: #061CC2;
}
</style>
background-color css
<style>
a { background-color: #061CC2; }
a { background-color: rgb(6,28,194); }
div.DivClassName
{
background-color: #061CC2;
}
.BgClassName
{
background-color: #061CC2;
}
</style>
border-color css
<style>
span { border-color: #061CC2; }
span { border-color: rgb(6,28,194); }
td.TdClassName
{
border-color: #061CC2;
}
.TagClassName
{
border-color: #061CC2;
}
</style>