Shades of Cornflower Blue #6298DF
Tints of Cornflower Blue #6298DF
RGB
CMYK
RGB Variations
Color information
#6298DF (or 0x6298DF) is known color: Cornflower Blue. HEX triplet: 62, 98 and DF. RGB value is (98,152,223). Sum of RGB (Red+Green+Blue) = 98+152+223=473 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.72% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #6298DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6298DF is #9D6720. Grayscale: #8F8F8F. Windows color (decimal): -10315553 or 14653538. OLE color: 14653538.
HSL color Cylindrical-coordinate representation of color #6298DF: hue angle of 214.08º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6298DF is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 152 | 223 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.13 |
| HSL | 214.08º | 0.66% | 0.63% | - |
| HSV(B) | 214.08º | 0.56% | 0.87% | - |
| XYZ | 29.58 | 30.38 | 74.12 | - |
| YUV | 143.95 | 172.61 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 152 | 223 | 0.56 | 0.32 | 0 | 0.13 | 214.08 | 0.66 | 0.63 |
| Hex | 62 | 98 | DF | 38 | 20 | 0 | D | D6 | 42 | 3F |
| Octal | 142 | 230 | 337 | 70 | 40 | 0 | 15 | 326 | 102 | 77 |
| Binary | 1100010 | 10011000 | 11011111 | 111000 | 100000 | 0 | 1101 | 11010110 | 1000010 | 111111 |
Color Harmonies of #6298DF
Complementary color
Monochromatic Colors of #6298DF
Black with #6298DF
Text Example
Text Example
White with #6298DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6298DF; }
p { color: rgb(98,152,223); }
H1.HeaderClassName
{
color: #6298DF;
}
.AnyTagClassName
{
color: #6298DF;
}
</style>
background-color css
<style>
a { background-color: #6298DF; }
a { background-color: rgb(98,152,223); }
div.DivClassName
{
background-color: #6298DF;
}
.BgClassName
{
background-color: #6298DF;
}
</style>
border-color css
<style>
span { border-color: #6298DF; }
span { border-color: rgb(98,152,223); }
td.TdClassName
{
border-color: #6298DF;
}
.TagClassName
{
border-color: #6298DF;
}
</style>