Shades of Cornflower Blue #6078EF
Tints of Cornflower Blue #6078EF
RGB
CMYK
RGB Variations
Color information
#6078EF (or 0x6078EF) is known color: Cornflower Blue. HEX triplet: 60, 78 and EF. RGB value is (96,120,239). Sum of RGB (Red+Green+Blue) = 96+120+239=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #6078EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6078EF is #9F8710. Grayscale: #7D7D7D. Windows color (decimal): -10454801 or 15693920. OLE color: 15693920.
HSL color Cylindrical-coordinate representation of color #6078EF: hue angle of 229.93º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6078EF is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 120 | 239 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.06 |
| HSL | 229.93º | 0.82% | 0.66% | - |
| HSV(B) | 229.93º | 0.6% | 0.94% | - |
| XYZ | 27.12 | 22.15 | 84.51 | - |
| YUV | 126.39 | 191.55 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 239 | 0.60 | 0.50 | 0 | 0.06 | 229.93 | 0.82 | 0.66 |
| Hex | 60 | 78 | EF | 3C | 32 | 0 | 6 | E6 | 52 | 42 |
| Octal | 140 | 170 | 357 | 74 | 62 | 0 | 6 | 346 | 122 | 102 |
| Binary | 1100000 | 1111000 | 11101111 | 111100 | 110010 | 0 | 110 | 11100110 | 1010010 | 1000010 |
Color Harmonies of #6078EF
Complementary color
Monochromatic Colors of #6078EF
Black with #6078EF
Text Example
Text Example
White with #6078EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6078EF; }
p { color: rgb(96,120,239); }
H1.HeaderClassName
{
color: #6078EF;
}
.AnyTagClassName
{
color: #6078EF;
}
</style>
background-color css
<style>
a { background-color: #6078EF; }
a { background-color: rgb(96,120,239); }
div.DivClassName
{
background-color: #6078EF;
}
.BgClassName
{
background-color: #6078EF;
}
</style>
border-color css
<style>
span { border-color: #6078EF; }
span { border-color: rgb(96,120,239); }
td.TdClassName
{
border-color: #6078EF;
}
.TagClassName
{
border-color: #6078EF;
}
</style>