Shades of Cornflower Blue #6092FF
Tints of Cornflower Blue #6092FF
RGB
CMYK
RGB Variations
Color information
#6092FF (or 0x6092FF) is known color: Cornflower Blue. HEX triplet: 60, 92 and FF. RGB value is (96,146,255). Sum of RGB (Red+Green+Blue) = 96+146+255=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #6092FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6092FF is #9F6D00. Grayscale: #8E8E8E. Windows color (decimal): -10448129 or 16749152. OLE color: 16749152.
HSL color Cylindrical-coordinate representation of color #6092FF: hue angle of 221.13º 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 #6092FF is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 146 | 255 | - |
| CMYK | 0.62 | 0.43 | 0 | 0 |
| HSL | 221.13º | 1% | 0.69% | - |
| HSV(B) | 221.13º | 0.62% | 1% | - |
| XYZ | 33.15 | 30.26 | 98.7 | - |
| YUV | 143.48 | 190.94 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 146 | 255 | 0.62 | 0.43 | 0 | 0 | 221.13 | 1 | 0.69 |
| Hex | 60 | 92 | FF | 3E | 2B | 0 | 0 | DD | 64 | 45 |
| Octal | 140 | 222 | 377 | 76 | 53 | 0 | 0 | 335 | 144 | 105 |
| Binary | 1100000 | 10010010 | 11111111 | 111110 | 101011 | 0 | 0 | 11011101 | 1100100 | 1000101 |
Color Harmonies of #6092FF
Complementary color
Monochromatic Colors of #6092FF
Black with #6092FF
Text Example
Text Example
White with #6092FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6092FF; }
p { color: rgb(96,146,255); }
H1.HeaderClassName
{
color: #6092FF;
}
.AnyTagClassName
{
color: #6092FF;
}
</style>
background-color css
<style>
a { background-color: #6092FF; }
a { background-color: rgb(96,146,255); }
div.DivClassName
{
background-color: #6092FF;
}
.BgClassName
{
background-color: #6092FF;
}
</style>
border-color css
<style>
span { border-color: #6092FF; }
span { border-color: rgb(96,146,255); }
td.TdClassName
{
border-color: #6092FF;
}
.TagClassName
{
border-color: #6092FF;
}
</style>