Shades of Cornflower Blue #6098F7
Tints of Cornflower Blue #6098F7
RGB
CMYK
RGB Variations
Color information
#6098F7 (or 0x6098F7) is known color: Cornflower Blue. HEX triplet: 60, 98 and F7. RGB value is (96,152,247). Sum of RGB (Red+Green+Blue) = 96+152+247=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #6098F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6098F7 is #9F6708. Grayscale: #919191. Windows color (decimal): -10446601 or 16226400. OLE color: 16226400.
HSL color Cylindrical-coordinate representation of color #6098F7: hue angle of 217.75º degrees, saturation: 0.9, 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 #6098F7 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 152 | 247 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.03 |
| HSL | 217.75º | 0.9% | 0.67% | - |
| HSV(B) | 217.75º | 0.61% | 0.97% | - |
| XYZ | 32.84 | 31.66 | 92.38 | - |
| YUV | 146.09 | 184.95 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 247 | 0.61 | 0.38 | 0 | 0.03 | 217.75 | 0.9 | 0.67 |
| Hex | 60 | 98 | F7 | 3D | 26 | 0 | 3 | DA | 5A | 43 |
| Octal | 140 | 230 | 367 | 75 | 46 | 0 | 3 | 332 | 132 | 103 |
| Binary | 1100000 | 10011000 | 11110111 | 111101 | 100110 | 0 | 11 | 11011010 | 1011010 | 1000011 |
Color Harmonies of #6098F7
Complementary color
Monochromatic Colors of #6098F7
Black with #6098F7
Text Example
Text Example
White with #6098F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6098F7; }
p { color: rgb(96,152,247); }
H1.HeaderClassName
{
color: #6098F7;
}
.AnyTagClassName
{
color: #6098F7;
}
</style>
background-color css
<style>
a { background-color: #6098F7; }
a { background-color: rgb(96,152,247); }
div.DivClassName
{
background-color: #6098F7;
}
.BgClassName
{
background-color: #6098F7;
}
</style>
border-color css
<style>
span { border-color: #6098F7; }
span { border-color: rgb(96,152,247); }
td.TdClassName
{
border-color: #6098F7;
}
.TagClassName
{
border-color: #6098F7;
}
</style>