Shades of Cornflower Blue #6492DA
Tints of Cornflower Blue #6492DA
RGB
CMYK
RGB Variations
Color information
#6492DA (or 0x6492DA) is known color: Cornflower Blue. HEX triplet: 64, 92 and DA. RGB value is (100,146,218). Sum of RGB (Red+Green+Blue) = 100+146+218=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #6492DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6492DA is #9B6D25. Grayscale: #8C8C8C. Windows color (decimal): -10186022 or 14324324. OLE color: 14324324.
HSL color Cylindrical-coordinate representation of color #6492DA: hue angle of 216.61º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6492DA is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 146 | 218 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.15 |
| HSL | 216.61º | 0.61% | 0.62% | - |
| HSV(B) | 216.61º | 0.54% | 0.85% | - |
| XYZ | 28.19 | 28.33 | 70.31 | - |
| YUV | 140.45 | 171.76 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 218 | 0.54 | 0.33 | 0 | 0.15 | 216.61 | 0.61 | 0.62 |
| Hex | 64 | 92 | DA | 36 | 21 | 0 | F | D9 | 3D | 3E |
| Octal | 144 | 222 | 332 | 66 | 41 | 0 | 17 | 331 | 75 | 76 |
| Binary | 1100100 | 10010010 | 11011010 | 110110 | 100001 | 0 | 1111 | 11011001 | 111101 | 111110 |
Color Harmonies of #6492DA
Complementary color
Monochromatic Colors of #6492DA
Black with #6492DA
Text Example
Text Example
White with #6492DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6492DA; }
p { color: rgb(100,146,218); }
H1.HeaderClassName
{
color: #6492DA;
}
.AnyTagClassName
{
color: #6492DA;
}
</style>
background-color css
<style>
a { background-color: #6492DA; }
a { background-color: rgb(100,146,218); }
div.DivClassName
{
background-color: #6492DA;
}
.BgClassName
{
background-color: #6492DA;
}
</style>
border-color css
<style>
span { border-color: #6492DA; }
span { border-color: rgb(100,146,218); }
td.TdClassName
{
border-color: #6492DA;
}
.TagClassName
{
border-color: #6492DA;
}
</style>