Shades of Cornflower Blue #6488D9
Tints of Cornflower Blue #6488D9
RGB
CMYK
RGB Variations
Color information
#6488D9 (or 0x6488D9) is known color: Cornflower Blue. HEX triplet: 64, 88 and D9. RGB value is (100,136,217). Sum of RGB (Red+Green+Blue) = 100+136+217=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #6488D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6488D9 is #9B7726. Grayscale: #868686. Windows color (decimal): -10188583 or 14256228. OLE color: 14256228.
HSL color Cylindrical-coordinate representation of color #6488D9: hue angle of 221.54º 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 #6488D9 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 136 | 217 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.15 |
| HSL | 221.54º | 0.61% | 0.62% | - |
| HSV(B) | 221.54º | 0.54% | 0.85% | - |
| XYZ | 26.58 | 25.33 | 69.13 | - |
| YUV | 134.47 | 174.57 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 217 | 0.54 | 0.37 | 0 | 0.15 | 221.54 | 0.61 | 0.62 |
| Hex | 64 | 88 | D9 | 36 | 25 | 0 | F | DE | 3D | 3E |
| Octal | 144 | 210 | 331 | 66 | 45 | 0 | 17 | 336 | 75 | 76 |
| Binary | 1100100 | 10001000 | 11011001 | 110110 | 100101 | 0 | 1111 | 11011110 | 111101 | 111110 |
Color Harmonies of #6488D9
Complementary color
Monochromatic Colors of #6488D9
Black with #6488D9
Text Example
Text Example
White with #6488D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6488D9; }
p { color: rgb(100,136,217); }
H1.HeaderClassName
{
color: #6488D9;
}
.AnyTagClassName
{
color: #6488D9;
}
</style>
background-color css
<style>
a { background-color: #6488D9; }
a { background-color: rgb(100,136,217); }
div.DivClassName
{
background-color: #6488D9;
}
.BgClassName
{
background-color: #6488D9;
}
</style>
border-color css
<style>
span { border-color: #6488D9; }
span { border-color: rgb(100,136,217); }
td.TdClassName
{
border-color: #6488D9;
}
.TagClassName
{
border-color: #6488D9;
}
</style>