Shades of Cornflower Blue #6487D7
Tints of Cornflower Blue #6487D7
RGB
CMYK
RGB Variations
Color information
#6487D7 (or 0x6487D7) is known color: Cornflower Blue. HEX triplet: 64, 87 and D7. RGB value is (100,135,215). Sum of RGB (Red+Green+Blue) = 100+135+215=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #6487D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6487D7 is #9B7828. Grayscale: #858585. Windows color (decimal): -10188841 or 14124900. OLE color: 14124900.
HSL color Cylindrical-coordinate representation of color #6487D7: hue angle of 221.74º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6487D7 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 135 | 215 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.16 |
| HSL | 221.74º | 0.59% | 0.62% | - |
| HSV(B) | 221.74º | 0.53% | 0.84% | - |
| XYZ | 26.19 | 24.94 | 67.72 | - |
| YUV | 133.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 215 | 0.53 | 0.37 | 0 | 0.16 | 221.74 | 0.59 | 0.62 |
| Hex | 64 | 87 | D7 | 35 | 25 | 0 | 10 | DE | 3B | 3E |
| Octal | 144 | 207 | 327 | 65 | 45 | 0 | 20 | 336 | 73 | 76 |
| Binary | 1100100 | 10000111 | 11010111 | 110101 | 100101 | 0 | 10000 | 11011110 | 111011 | 111110 |
Color Harmonies of #6487D7
Complementary color
Monochromatic Colors of #6487D7
Black with #6487D7
Text Example
Text Example
White with #6487D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6487D7; }
p { color: rgb(100,135,215); }
H1.HeaderClassName
{
color: #6487D7;
}
.AnyTagClassName
{
color: #6487D7;
}
</style>
background-color css
<style>
a { background-color: #6487D7; }
a { background-color: rgb(100,135,215); }
div.DivClassName
{
background-color: #6487D7;
}
.BgClassName
{
background-color: #6487D7;
}
</style>
border-color css
<style>
span { border-color: #6487D7; }
span { border-color: rgb(100,135,215); }
td.TdClassName
{
border-color: #6487D7;
}
.TagClassName
{
border-color: #6487D7;
}
</style>