Shades of Cornflower Blue #6297DF
Tints of Cornflower Blue #6297DF
RGB
CMYK
RGB Variations
Color information
#6297DF (or 0x6297DF) is known color: Cornflower Blue. HEX triplet: 62, 97 and DF. RGB value is (98,151,223). Sum of RGB (Red+Green+Blue) = 98+151+223=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #6297DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6297DF is #9D6820. Grayscale: #8F8F8F. Windows color (decimal): -10315809 or 14653282. OLE color: 14653282.
HSL color Cylindrical-coordinate representation of color #6297DF: hue angle of 214.56º 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 #6297DF is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 151 | 223 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.13 |
| HSL | 214.56º | 0.66% | 0.63% | - |
| HSV(B) | 214.56º | 0.56% | 0.87% | - |
| XYZ | 29.42 | 30.06 | 74.06 | - |
| YUV | 143.36 | 172.94 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 151 | 223 | 0.56 | 0.32 | 0 | 0.13 | 214.56 | 0.66 | 0.63 |
| Hex | 62 | 97 | DF | 38 | 20 | 0 | D | D7 | 42 | 3F |
| Octal | 142 | 227 | 337 | 70 | 40 | 0 | 15 | 327 | 102 | 77 |
| Binary | 1100010 | 10010111 | 11011111 | 111000 | 100000 | 0 | 1101 | 11010111 | 1000010 | 111111 |
Color Harmonies of #6297DF
Complementary color
Monochromatic Colors of #6297DF
Black with #6297DF
Text Example
Text Example
White with #6297DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6297DF; }
p { color: rgb(98,151,223); }
H1.HeaderClassName
{
color: #6297DF;
}
.AnyTagClassName
{
color: #6297DF;
}
</style>
background-color css
<style>
a { background-color: #6297DF; }
a { background-color: rgb(98,151,223); }
div.DivClassName
{
background-color: #6297DF;
}
.BgClassName
{
background-color: #6297DF;
}
</style>
border-color css
<style>
span { border-color: #6297DF; }
span { border-color: rgb(98,151,223); }
td.TdClassName
{
border-color: #6297DF;
}
.TagClassName
{
border-color: #6297DF;
}
</style>