Shades of Cornflower Blue #6078FF
Tints of Cornflower Blue #6078FF
RGB
CMYK
RGB Variations
Color information
#6078FF (or 0x6078FF) is known color: Cornflower Blue. HEX triplet: 60, 78 and FF. RGB value is (96,120,255). Sum of RGB (Red+Green+Blue) = 96+120+255=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #6078FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6078FF is #9F8700. Grayscale: #7F7F7F. Windows color (decimal): -10454785 or 16742496. OLE color: 16742496.
HSL color Cylindrical-coordinate representation of color #6078FF: hue angle of 230.94º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6078FF is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 120 | 255 | - |
| CMYK | 0.62 | 0.53 | 0 | 0 |
| HSL | 230.94º | 1% | 0.69% | - |
| HSV(B) | 230.94º | 0.62% | 1% | - |
| XYZ | 29.59 | 23.14 | 97.51 | - |
| YUV | 128.21 | 199.55 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 255 | 0.62 | 0.53 | 0 | 0 | 230.94 | 1 | 0.69 |
| Hex | 60 | 78 | FF | 3E | 35 | 0 | 0 | E7 | 64 | 45 |
| Octal | 140 | 170 | 377 | 76 | 65 | 0 | 0 | 347 | 144 | 105 |
| Binary | 1100000 | 1111000 | 11111111 | 111110 | 110101 | 0 | 0 | 11100111 | 1100100 | 1000101 |
Color Harmonies of #6078FF
Complementary color
Monochromatic Colors of #6078FF
Black with #6078FF
Text Example
Text Example
White with #6078FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6078FF; }
p { color: rgb(96,120,255); }
H1.HeaderClassName
{
color: #6078FF;
}
.AnyTagClassName
{
color: #6078FF;
}
</style>
background-color css
<style>
a { background-color: #6078FF; }
a { background-color: rgb(96,120,255); }
div.DivClassName
{
background-color: #6078FF;
}
.BgClassName
{
background-color: #6078FF;
}
</style>
border-color css
<style>
span { border-color: #6078FF; }
span { border-color: rgb(96,120,255); }
td.TdClassName
{
border-color: #6078FF;
}
.TagClassName
{
border-color: #6078FF;
}
</style>