Shades of Medium Blue #060ACF
Tints of Medium Blue #060ACF
RGB
CMYK
RGB Variations
Color information
#060ACF (or 0x060ACF) is known color: Medium Blue. HEX triplet: 06, 0A and CF. RGB value is (6,10,207). Sum of RGB (Red+Green+Blue) = 6+10+207=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 207 (81.25% from 255 or 92.83% from 223); Max value from RGB is 207 - color contains mainly: blue. Hex color #060ACF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ACF is #F9F530. Grayscale: #1E1E1E. Windows color (decimal): -16381233 or 13568518. OLE color: 13568518.
HSL color Cylindrical-coordinate representation of color #060ACF: hue angle of 238.81º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060ACF is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 10 | 207 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.19 |
| HSL | 238.81º | 0.94% | 0.42% | - |
| HSV(B) | 238.81º | 0.97% | 0.81% | - |
| XYZ | 11.45 | 4.76 | 59.35 | - |
| YUV | 31.26 | 227.17 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 207 | 0.97 | 0.95 | 0 | 0.19 | 238.81 | 0.94 | 0.42 |
| Hex | 6 | A | CF | 61 | 5F | 0 | 13 | EF | 5E | 2A |
| Octal | 6 | 12 | 317 | 141 | 137 | 0 | 23 | 357 | 136 | 52 |
| Binary | 110 | 1010 | 11001111 | 1100001 | 1011111 | 0 | 10011 | 11101111 | 1011110 | 101010 |
Color Harmonies of #060ACF
Complementary color
Monochromatic Colors of #060ACF
Black with #060ACF
Text Example
Text Example
White with #060ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060ACF; }
p { color: rgb(6,10,207); }
H1.HeaderClassName
{
color: #060ACF;
}
.AnyTagClassName
{
color: #060ACF;
}
</style>
background-color css
<style>
a { background-color: #060ACF; }
a { background-color: rgb(6,10,207); }
div.DivClassName
{
background-color: #060ACF;
}
.BgClassName
{
background-color: #060ACF;
}
</style>
border-color css
<style>
span { border-color: #060ACF; }
span { border-color: rgb(6,10,207); }
td.TdClassName
{
border-color: #060ACF;
}
.TagClassName
{
border-color: #060ACF;
}
</style>