Shades of Cornflower Blue #647AE8
Tints of Cornflower Blue #647AE8
RGB
CMYK
RGB Variations
Color information
#647AE8 (or 0x647AE8) is known color: Cornflower Blue. HEX triplet: 64, 7A and E8. RGB value is (100,122,232). Sum of RGB (Red+Green+Blue) = 100+122+232=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 232 (91.02% from 255 or 51.10% from 454); Max value from RGB is 232 - color contains mainly: blue. Hex color #647AE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647AE8 is #9B8517. Grayscale: #7F7F7F. Windows color (decimal): -10192152 or 15235684. OLE color: 15235684.
HSL color Cylindrical-coordinate representation of color #647AE8: hue angle of 230º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #647AE8 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 122 | 232 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.09 |
| HSL | 230º | 0.74% | 0.65% | - |
| HSV(B) | 230º | 0.57% | 0.91% | - |
| XYZ | 26.78 | 22.45 | 79.27 | - |
| YUV | 127.96 | 186.71 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 232 | 0.57 | 0.47 | 0 | 0.09 | 230 | 0.74 | 0.65 |
| Hex | 64 | 7A | E8 | 39 | 2F | 0 | 9 | E6 | 4A | 41 |
| Octal | 144 | 172 | 350 | 71 | 57 | 0 | 11 | 346 | 112 | 101 |
| Binary | 1100100 | 1111010 | 11101000 | 111001 | 101111 | 0 | 1001 | 11100110 | 1001010 | 1000001 |
Color Harmonies of #647AE8
Complementary color
Monochromatic Colors of #647AE8
Black with #647AE8
Text Example
Text Example
White with #647AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647AE8; }
p { color: rgb(100,122,232); }
H1.HeaderClassName
{
color: #647AE8;
}
.AnyTagClassName
{
color: #647AE8;
}
</style>
background-color css
<style>
a { background-color: #647AE8; }
a { background-color: rgb(100,122,232); }
div.DivClassName
{
background-color: #647AE8;
}
.BgClassName
{
background-color: #647AE8;
}
</style>
border-color css
<style>
span { border-color: #647AE8; }
span { border-color: rgb(100,122,232); }
td.TdClassName
{
border-color: #647AE8;
}
.TagClassName
{
border-color: #647AE8;
}
</style>