Shades of Cornflower Blue #6487DF
Tints of Cornflower Blue #6487DF
RGB
CMYK
RGB Variations
Color information
#6487DF (or 0x6487DF) is known color: Cornflower Blue. HEX triplet: 64, 87 and DF. RGB value is (100,135,223). Sum of RGB (Red+Green+Blue) = 100+135+223=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #6487DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6487DF is #9B7820. Grayscale: #868686. Windows color (decimal): -10188833 or 14649188. OLE color: 14649188.
HSL color Cylindrical-coordinate representation of color #6487DF: hue angle of 222.93º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6487DF is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 135 | 223 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.13 |
| HSL | 222.93º | 0.66% | 0.63% | - |
| HSV(B) | 222.93º | 0.55% | 0.87% | - |
| XYZ | 27.24 | 25.36 | 73.27 | - |
| YUV | 134.57 | 177.9 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 223 | 0.55 | 0.39 | 0 | 0.13 | 222.93 | 0.66 | 0.63 |
| Hex | 64 | 87 | DF | 37 | 27 | 0 | D | DF | 42 | 3F |
| Octal | 144 | 207 | 337 | 67 | 47 | 0 | 15 | 337 | 102 | 77 |
| Binary | 1100100 | 10000111 | 11011111 | 110111 | 100111 | 0 | 1101 | 11011111 | 1000010 | 111111 |
Color Harmonies of #6487DF
Complementary color
Monochromatic Colors of #6487DF
Black with #6487DF
Text Example
Text Example
White with #6487DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6487DF; }
p { color: rgb(100,135,223); }
H1.HeaderClassName
{
color: #6487DF;
}
.AnyTagClassName
{
color: #6487DF;
}
</style>
background-color css
<style>
a { background-color: #6487DF; }
a { background-color: rgb(100,135,223); }
div.DivClassName
{
background-color: #6487DF;
}
.BgClassName
{
background-color: #6487DF;
}
</style>
border-color css
<style>
span { border-color: #6487DF; }
span { border-color: rgb(100,135,223); }
td.TdClassName
{
border-color: #6487DF;
}
.TagClassName
{
border-color: #6487DF;
}
</style>