Shades of Cornflower Blue #6497DA
Tints of Cornflower Blue #6497DA
RGB
CMYK
RGB Variations
Color information
#6497DA (or 0x6497DA) is known color: Cornflower Blue. HEX triplet: 64, 97 and DA. RGB value is (100,151,218). Sum of RGB (Red+Green+Blue) = 100+151+218=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #6497DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497DA is #9B6825. Grayscale: #8F8F8F. Windows color (decimal): -10184742 or 14325604. OLE color: 14325604.
HSL color Cylindrical-coordinate representation of color #6497DA: hue angle of 214.07º 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 #6497DA is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 151 | 218 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.15 |
| HSL | 214.07º | 0.61% | 0.62% | - |
| HSV(B) | 214.07º | 0.54% | 0.85% | - |
| XYZ | 28.98 | 29.9 | 70.57 | - |
| YUV | 143.39 | 170.1 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 218 | 0.54 | 0.31 | 0 | 0.15 | 214.07 | 0.61 | 0.62 |
| Hex | 64 | 97 | DA | 36 | 1F | 0 | F | D6 | 3D | 3E |
| Octal | 144 | 227 | 332 | 66 | 37 | 0 | 17 | 326 | 75 | 76 |
| Binary | 1100100 | 10010111 | 11011010 | 110110 | 11111 | 0 | 1111 | 11010110 | 111101 | 111110 |
Color Harmonies of #6497DA
Complementary color
Monochromatic Colors of #6497DA
Black with #6497DA
Text Example
Text Example
White with #6497DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6497DA; }
p { color: rgb(100,151,218); }
H1.HeaderClassName
{
color: #6497DA;
}
.AnyTagClassName
{
color: #6497DA;
}
</style>
background-color css
<style>
a { background-color: #6497DA; }
a { background-color: rgb(100,151,218); }
div.DivClassName
{
background-color: #6497DA;
}
.BgClassName
{
background-color: #6497DA;
}
</style>
border-color css
<style>
span { border-color: #6497DA; }
span { border-color: rgb(100,151,218); }
td.TdClassName
{
border-color: #6497DA;
}
.TagClassName
{
border-color: #6497DA;
}
</style>