Shades of Cornflower Blue #6487DA
Tints of Cornflower Blue #6487DA
RGB
CMYK
RGB Variations
Color information
#6487DA (or 0x6487DA) is known color: Cornflower Blue. HEX triplet: 64, 87 and DA. RGB value is (100,135,218). Sum of RGB (Red+Green+Blue) = 100+135+218=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #6487DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6487DA is #9B7825. Grayscale: #858585. Windows color (decimal): -10188838 or 14321508. OLE color: 14321508.
HSL color Cylindrical-coordinate representation of color #6487DA: hue angle of 222.2º 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 #6487DA is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 135 | 218 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.15 |
| HSL | 222.2º | 0.61% | 0.62% | - |
| HSV(B) | 222.2º | 0.54% | 0.85% | - |
| XYZ | 26.57 | 25.1 | 69.77 | - |
| YUV | 134 | 175.4 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 218 | 0.54 | 0.38 | 0 | 0.15 | 222.2 | 0.61 | 0.62 |
| Hex | 64 | 87 | DA | 36 | 26 | 0 | F | DE | 3D | 3E |
| Octal | 144 | 207 | 332 | 66 | 46 | 0 | 17 | 336 | 75 | 76 |
| Binary | 1100100 | 10000111 | 11011010 | 110110 | 100110 | 0 | 1111 | 11011110 | 111101 | 111110 |
Color Harmonies of #6487DA
Complementary color
Monochromatic Colors of #6487DA
Black with #6487DA
Text Example
Text Example
White with #6487DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6487DA; }
p { color: rgb(100,135,218); }
H1.HeaderClassName
{
color: #6487DA;
}
.AnyTagClassName
{
color: #6487DA;
}
</style>
background-color css
<style>
a { background-color: #6487DA; }
a { background-color: rgb(100,135,218); }
div.DivClassName
{
background-color: #6487DA;
}
.BgClassName
{
background-color: #6487DA;
}
</style>
border-color css
<style>
span { border-color: #6487DA; }
span { border-color: rgb(100,135,218); }
td.TdClassName
{
border-color: #6487DA;
}
.TagClassName
{
border-color: #6487DA;
}
</style>