Shades of Cornflower Blue #6190DF
Tints of Cornflower Blue #6190DF
RGB
CMYK
RGB Variations
Color information
#6190DF (or 0x6190DF) is known color: Cornflower Blue. HEX triplet: 61, 90 and DF. RGB value is (97,144,223). Sum of RGB (Red+Green+Blue) = 97+144+223=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #6190DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190DF is #9E6F20. Grayscale: #8A8A8A. Windows color (decimal): -10383137 or 14651489. OLE color: 14651489.
HSL color Cylindrical-coordinate representation of color #6190DF: hue angle of 217.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6190DF is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 144 | 223 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.13 |
| HSL | 217.62º | 0.66% | 0.63% | - |
| HSV(B) | 217.62º | 0.57% | 0.87% | - |
| XYZ | 28.22 | 27.82 | 73.69 | - |
| YUV | 138.95 | 175.43 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 223 | 0.57 | 0.35 | 0 | 0.13 | 217.62 | 0.66 | 0.63 |
| Hex | 61 | 90 | DF | 39 | 23 | 0 | D | DA | 42 | 3F |
| Octal | 141 | 220 | 337 | 71 | 43 | 0 | 15 | 332 | 102 | 77 |
| Binary | 1100001 | 10010000 | 11011111 | 111001 | 100011 | 0 | 1101 | 11011010 | 1000010 | 111111 |
Color Harmonies of #6190DF
Complementary color
Monochromatic Colors of #6190DF
Black with #6190DF
Text Example
Text Example
White with #6190DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6190DF; }
p { color: rgb(97,144,223); }
H1.HeaderClassName
{
color: #6190DF;
}
.AnyTagClassName
{
color: #6190DF;
}
</style>
background-color css
<style>
a { background-color: #6190DF; }
a { background-color: rgb(97,144,223); }
div.DivClassName
{
background-color: #6190DF;
}
.BgClassName
{
background-color: #6190DF;
}
</style>
border-color css
<style>
span { border-color: #6190DF; }
span { border-color: rgb(97,144,223); }
td.TdClassName
{
border-color: #6190DF;
}
.TagClassName
{
border-color: #6190DF;
}
</style>