Shades of Cornflower Blue #6488DC
Tints of Cornflower Blue #6488DC
RGB
CMYK
RGB Variations
Color information
#6488DC (or 0x6488DC) is known color: Cornflower Blue. HEX triplet: 64, 88 and DC. RGB value is (100,136,220). Sum of RGB (Red+Green+Blue) = 100+136+220=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #6488DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6488DC is #9B7723. Grayscale: #868686. Windows color (decimal): -10188580 or 14452836. OLE color: 14452836.
HSL color Cylindrical-coordinate representation of color #6488DC: hue angle of 222º 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 #6488DC is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 136 | 220 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.14 |
| HSL | 222º | 0.63% | 0.63% | - |
| HSV(B) | 222º | 0.55% | 0.86% | - |
| XYZ | 26.98 | 25.48 | 71.21 | - |
| YUV | 134.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 220 | 0.55 | 0.38 | 0 | 0.14 | 222 | 0.63 | 0.63 |
| Hex | 64 | 88 | DC | 37 | 26 | 0 | E | DE | 3F | 3F |
| Octal | 144 | 210 | 334 | 67 | 46 | 0 | 16 | 336 | 77 | 77 |
| Binary | 1100100 | 10001000 | 11011100 | 110111 | 100110 | 0 | 1110 | 11011110 | 111111 | 111111 |
Color Harmonies of #6488DC
Complementary color
Monochromatic Colors of #6488DC
Black with #6488DC
Text Example
Text Example
White with #6488DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6488DC; }
p { color: rgb(100,136,220); }
H1.HeaderClassName
{
color: #6488DC;
}
.AnyTagClassName
{
color: #6488DC;
}
</style>
background-color css
<style>
a { background-color: #6488DC; }
a { background-color: rgb(100,136,220); }
div.DivClassName
{
background-color: #6488DC;
}
.BgClassName
{
background-color: #6488DC;
}
</style>
border-color css
<style>
span { border-color: #6488DC; }
span { border-color: rgb(100,136,220); }
td.TdClassName
{
border-color: #6488DC;
}
.TagClassName
{
border-color: #6488DC;
}
</style>