Shades of Cornflower Blue #6488FF
Tints of Cornflower Blue #6488FF
RGB
CMYK
RGB Variations
Color information
#6488FF (or 0x6488FF) is known color: Cornflower Blue. HEX triplet: 64, 88 and FF. RGB value is (100,136,255). Sum of RGB (Red+Green+Blue) = 100+136+255=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #6488FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6488FF is #9B7700. Grayscale: #8A8A8A. Windows color (decimal): -10188545 or 16746596. OLE color: 16746596.
HSL color Cylindrical-coordinate representation of color #6488FF: hue angle of 226.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6488FF is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 136 | 255 | - |
| CMYK | 0.61 | 0.47 | 0 | 0 |
| HSL | 226.06º | 1% | 0.7% | - |
| HSV(B) | 226.06º | 0.61% | 1% | - |
| XYZ | 32.11 | 27.54 | 98.23 | - |
| YUV | 138.8 | 193.57 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 255 | 0.61 | 0.47 | 0 | 0 | 226.06 | 1 | 0.7 |
| Hex | 64 | 88 | FF | 3D | 2F | 0 | 0 | E2 | 64 | 46 |
| Octal | 144 | 210 | 377 | 75 | 57 | 0 | 0 | 342 | 144 | 106 |
| Binary | 1100100 | 10001000 | 11111111 | 111101 | 101111 | 0 | 0 | 11100010 | 1100100 | 1000110 |
Color Harmonies of #6488FF
Complementary color
Monochromatic Colors of #6488FF
Black with #6488FF
Text Example
Text Example
White with #6488FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6488FF; }
p { color: rgb(100,136,255); }
H1.HeaderClassName
{
color: #6488FF;
}
.AnyTagClassName
{
color: #6488FF;
}
</style>
background-color css
<style>
a { background-color: #6488FF; }
a { background-color: rgb(100,136,255); }
div.DivClassName
{
background-color: #6488FF;
}
.BgClassName
{
background-color: #6488FF;
}
</style>
border-color css
<style>
span { border-color: #6488FF; }
span { border-color: rgb(100,136,255); }
td.TdClassName
{
border-color: #6488FF;
}
.TagClassName
{
border-color: #6488FF;
}
</style>