Shades of Cornflower Blue #6094FE
Tints of Cornflower Blue #6094FE
RGB
CMYK
RGB Variations
Color information
#6094FE (or 0x6094FE) is known color: Cornflower Blue. HEX triplet: 60, 94 and FE. RGB value is (96,148,254). Sum of RGB (Red+Green+Blue) = 96+148+254=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #6094FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6094FE is #9F6B01. Grayscale: #909090. Windows color (decimal): -10447618 or 16684128. OLE color: 16684128.
HSL color Cylindrical-coordinate representation of color #6094FE: hue angle of 220.25º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6094FE is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 148 | 254 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.00 |
| HSL | 220.25º | 0.99% | 0.69% | - |
| HSV(B) | 220.25º | 0.62% | 1% | - |
| XYZ | 33.3 | 30.82 | 97.96 | - |
| YUV | 144.54 | 189.77 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 254 | 0.62 | 0.42 | 0 | 0.00 | 220.25 | 0.99 | 0.69 |
| Hex | 60 | 94 | FE | 3E | 2A | 0 | 0 | DC | 63 | 45 |
| Octal | 140 | 224 | 376 | 76 | 52 | 0 | 0 | 334 | 143 | 105 |
| Binary | 1100000 | 10010100 | 11111110 | 111110 | 101010 | 0 | 0 | 11011100 | 1100011 | 1000101 |
Color Harmonies of #6094FE
Complementary color
Monochromatic Colors of #6094FE
Black with #6094FE
Text Example
Text Example
White with #6094FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6094FE; }
p { color: rgb(96,148,254); }
H1.HeaderClassName
{
color: #6094FE;
}
.AnyTagClassName
{
color: #6094FE;
}
</style>
background-color css
<style>
a { background-color: #6094FE; }
a { background-color: rgb(96,148,254); }
div.DivClassName
{
background-color: #6094FE;
}
.BgClassName
{
background-color: #6094FE;
}
</style>
border-color css
<style>
span { border-color: #6094FE; }
span { border-color: rgb(96,148,254); }
td.TdClassName
{
border-color: #6094FE;
}
.TagClassName
{
border-color: #6094FE;
}
</style>