Shades of Cornflower Blue #6092F8
Tints of Cornflower Blue #6092F8
RGB
CMYK
RGB Variations
Color information
#6092F8 (or 0x6092F8) is known color: Cornflower Blue. HEX triplet: 60, 92 and F8. RGB value is (96,146,248). Sum of RGB (Red+Green+Blue) = 96+146+248=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #6092F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6092F8 is #9F6D07. Grayscale: #8E8E8E. Windows color (decimal): -10448136 or 16290400. OLE color: 16290400.
HSL color Cylindrical-coordinate representation of color #6092F8: hue angle of 220.26º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6092F8 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 146 | 248 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.03 |
| HSL | 220.26º | 0.92% | 0.67% | - |
| HSV(B) | 220.26º | 0.61% | 0.97% | - |
| XYZ | 32.05 | 29.82 | 92.87 | - |
| YUV | 142.68 | 187.44 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 146 | 248 | 0.61 | 0.41 | 0 | 0.03 | 220.26 | 0.92 | 0.67 |
| Hex | 60 | 92 | F8 | 3D | 29 | 0 | 3 | DC | 5C | 43 |
| Octal | 140 | 222 | 370 | 75 | 51 | 0 | 3 | 334 | 134 | 103 |
| Binary | 1100000 | 10010010 | 11111000 | 111101 | 101001 | 0 | 11 | 11011100 | 1011100 | 1000011 |
Color Harmonies of #6092F8
Complementary color
Monochromatic Colors of #6092F8
Black with #6092F8
Text Example
Text Example
White with #6092F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6092F8; }
p { color: rgb(96,146,248); }
H1.HeaderClassName
{
color: #6092F8;
}
.AnyTagClassName
{
color: #6092F8;
}
</style>
background-color css
<style>
a { background-color: #6092F8; }
a { background-color: rgb(96,146,248); }
div.DivClassName
{
background-color: #6092F8;
}
.BgClassName
{
background-color: #6092F8;
}
</style>
border-color css
<style>
span { border-color: #6092F8; }
span { border-color: rgb(96,146,248); }
td.TdClassName
{
border-color: #6092F8;
}
.TagClassName
{
border-color: #6092F8;
}
</style>