Shades of Cornflower Blue #6587DA
Tints of Cornflower Blue #6587DA
RGB
CMYK
RGB Variations
Color information
#6587DA (or 0x6587DA) is known color: Cornflower Blue. HEX triplet: 65, 87 and DA. RGB value is (101,135,218). Sum of RGB (Red+Green+Blue) = 101+135+218=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #6587DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6587DA is #9A7825. Grayscale: #858585. Windows color (decimal): -10123302 or 14321509. OLE color: 14321509.
HSL color Cylindrical-coordinate representation of color #6587DA: hue angle of 222.56º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6587DA is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 135 | 218 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.15 |
| HSL | 222.56º | 0.61% | 0.63% | - |
| HSV(B) | 222.56º | 0.54% | 0.85% | - |
| XYZ | 26.69 | 25.16 | 69.78 | - |
| YUV | 134.3 | 175.24 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 218 | 0.54 | 0.38 | 0 | 0.15 | 222.56 | 0.61 | 0.63 |
| Hex | 65 | 87 | DA | 36 | 26 | 0 | F | DF | 3D | 3F |
| Octal | 145 | 207 | 332 | 66 | 46 | 0 | 17 | 337 | 75 | 77 |
| Binary | 1100101 | 10000111 | 11011010 | 110110 | 100110 | 0 | 1111 | 11011111 | 111101 | 111111 |
Color Harmonies of #6587DA
Complementary color
Monochromatic Colors of #6587DA
Black with #6587DA
Text Example
Text Example
White with #6587DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6587DA; }
p { color: rgb(101,135,218); }
H1.HeaderClassName
{
color: #6587DA;
}
.AnyTagClassName
{
color: #6587DA;
}
</style>
background-color css
<style>
a { background-color: #6587DA; }
a { background-color: rgb(101,135,218); }
div.DivClassName
{
background-color: #6587DA;
}
.BgClassName
{
background-color: #6587DA;
}
</style>
border-color css
<style>
span { border-color: #6587DA; }
span { border-color: rgb(101,135,218); }
td.TdClassName
{
border-color: #6587DA;
}
.TagClassName
{
border-color: #6587DA;
}
</style>