Shades of Cornflower Blue #6293DF
Tints of Cornflower Blue #6293DF
RGB
CMYK
RGB Variations
Color information
#6293DF (or 0x6293DF) is known color: Cornflower Blue. HEX triplet: 62, 93 and DF. RGB value is (98,147,223). Sum of RGB (Red+Green+Blue) = 98+147+223=468 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.94% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #6293DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6293DF is #9D6C20. Grayscale: #8C8C8C. Windows color (decimal): -10316833 or 14652258. OLE color: 14652258.
HSL color Cylindrical-coordinate representation of color #6293DF: hue angle of 216.48º 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 #6293DF is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 147 | 223 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.13 |
| HSL | 216.48º | 0.66% | 0.63% | - |
| HSV(B) | 216.48º | 0.56% | 0.87% | - |
| XYZ | 28.79 | 28.79 | 73.85 | - |
| YUV | 141.01 | 174.27 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 223 | 0.56 | 0.34 | 0 | 0.13 | 216.48 | 0.66 | 0.63 |
| Hex | 62 | 93 | DF | 38 | 22 | 0 | D | D8 | 42 | 3F |
| Octal | 142 | 223 | 337 | 70 | 42 | 0 | 15 | 330 | 102 | 77 |
| Binary | 1100010 | 10010011 | 11011111 | 111000 | 100010 | 0 | 1101 | 11011000 | 1000010 | 111111 |
Color Harmonies of #6293DF
Complementary color
Monochromatic Colors of #6293DF
Black with #6293DF
Text Example
Text Example
White with #6293DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6293DF; }
p { color: rgb(98,147,223); }
H1.HeaderClassName
{
color: #6293DF;
}
.AnyTagClassName
{
color: #6293DF;
}
</style>
background-color css
<style>
a { background-color: #6293DF; }
a { background-color: rgb(98,147,223); }
div.DivClassName
{
background-color: #6293DF;
}
.BgClassName
{
background-color: #6293DF;
}
</style>
border-color css
<style>
span { border-color: #6293DF; }
span { border-color: rgb(98,147,223); }
td.TdClassName
{
border-color: #6293DF;
}
.TagClassName
{
border-color: #6293DF;
}
</style>