Shades of Blue #060CFC
Tints of Blue #060CFC
RGB
CMYK
RGB Variations
Color information
#060CFC (or 0x060CFC) is known color: Blue. HEX triplet: 06, 0C and FC. RGB value is (6,12,252). Sum of RGB (Red+Green+Blue) = 6+12+252=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 252 (98.83% from 255 or 93.33% from 270); Max value from RGB is 252 - color contains mainly: blue. Hex color #060CFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060CFC is #F9F303. Grayscale: #242424. Windows color (decimal): -16380676 or 16518150. OLE color: 16518150.
HSL color Cylindrical-coordinate representation of color #060CFC: hue angle of 238.54º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060CFC is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 12 | 252 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.01 |
| HSL | 238.54º | 0.98% | 0.51% | - |
| HSV(B) | 238.54º | 0.98% | 0.99% | - |
| XYZ | 17.78 | 7.33 | 92.57 | - |
| YUV | 37.57 | 249.01 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 252 | 0.98 | 0.95 | 0 | 0.01 | 238.54 | 0.98 | 0.51 |
| Hex | 6 | C | FC | 62 | 5F | 0 | 1 | EF | 62 | 33 |
| Octal | 6 | 14 | 374 | 142 | 137 | 0 | 1 | 357 | 142 | 63 |
| Binary | 110 | 1100 | 11111100 | 1100010 | 1011111 | 0 | 1 | 11101111 | 1100010 | 110011 |
Color Harmonies of #060CFC
Complementary color
Monochromatic Colors of #060CFC
Black with #060CFC
Text Example
Text Example
White with #060CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060CFC; }
p { color: rgb(6,12,252); }
H1.HeaderClassName
{
color: #060CFC;
}
.AnyTagClassName
{
color: #060CFC;
}
</style>
background-color css
<style>
a { background-color: #060CFC; }
a { background-color: rgb(6,12,252); }
div.DivClassName
{
background-color: #060CFC;
}
.BgClassName
{
background-color: #060CFC;
}
</style>
border-color css
<style>
span { border-color: #060CFC; }
span { border-color: rgb(6,12,252); }
td.TdClassName
{
border-color: #060CFC;
}
.TagClassName
{
border-color: #060CFC;
}
</style>