Shades of Cornflower Blue #6498DC
Tints of Cornflower Blue #6498DC
RGB
CMYK
RGB Variations
Color information
#6498DC (or 0x6498DC) is known color: Cornflower Blue. HEX triplet: 64, 98 and DC. RGB value is (100,152,220). Sum of RGB (Red+Green+Blue) = 100+152+220=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #6498DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6498DC is #9B6723. Grayscale: #8F8F8F. Windows color (decimal): -10184484 or 14456932. OLE color: 14456932.
HSL color Cylindrical-coordinate representation of color #6498DC: hue angle of 214º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6498DC is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 152 | 220 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.14 |
| HSL | 214º | 0.63% | 0.63% | - |
| HSV(B) | 214º | 0.55% | 0.86% | - |
| XYZ | 29.4 | 30.33 | 72.02 | - |
| YUV | 144.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 220 | 0.55 | 0.31 | 0 | 0.14 | 214 | 0.63 | 0.63 |
| Hex | 64 | 98 | DC | 37 | 1F | 0 | E | D6 | 3F | 3F |
| Octal | 144 | 230 | 334 | 67 | 37 | 0 | 16 | 326 | 77 | 77 |
| Binary | 1100100 | 10011000 | 11011100 | 110111 | 11111 | 0 | 1110 | 11010110 | 111111 | 111111 |
Color Harmonies of #6498DC
Complementary color
Monochromatic Colors of #6498DC
Black with #6498DC
Text Example
Text Example
White with #6498DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6498DC; }
p { color: rgb(100,152,220); }
H1.HeaderClassName
{
color: #6498DC;
}
.AnyTagClassName
{
color: #6498DC;
}
</style>
background-color css
<style>
a { background-color: #6498DC; }
a { background-color: rgb(100,152,220); }
div.DivClassName
{
background-color: #6498DC;
}
.BgClassName
{
background-color: #6498DC;
}
</style>
border-color css
<style>
span { border-color: #6498DC; }
span { border-color: rgb(100,152,220); }
td.TdClassName
{
border-color: #6498DC;
}
.TagClassName
{
border-color: #6498DC;
}
</style>