Shades of Cornflower Blue #647AEA
Tints of Cornflower Blue #647AEA
RGB
CMYK
RGB Variations
Color information
#647AEA (or 0x647AEA) is known color: Cornflower Blue. HEX triplet: 64, 7A and EA. RGB value is (100,122,234). Sum of RGB (Red+Green+Blue) = 100+122+234=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #647AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647AEA is #9B8515. Grayscale: #7F7F7F. Windows color (decimal): -10192150 or 15366756. OLE color: 15366756.
HSL color Cylindrical-coordinate representation of color #647AEA: hue angle of 230.15º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #647AEA is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 122 | 234 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.08 |
| HSL | 230.15º | 0.76% | 0.65% | - |
| HSV(B) | 230.15º | 0.57% | 0.92% | - |
| XYZ | 27.07 | 22.57 | 80.77 | - |
| YUV | 128.19 | 187.71 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 234 | 0.57 | 0.48 | 0 | 0.08 | 230.15 | 0.76 | 0.65 |
| Hex | 64 | 7A | EA | 39 | 30 | 0 | 8 | E6 | 4C | 41 |
| Octal | 144 | 172 | 352 | 71 | 60 | 0 | 10 | 346 | 114 | 101 |
| Binary | 1100100 | 1111010 | 11101010 | 111001 | 110000 | 0 | 1000 | 11100110 | 1001100 | 1000001 |
Color Harmonies of #647AEA
Complementary color
Monochromatic Colors of #647AEA
Black with #647AEA
Text Example
Text Example
White with #647AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647AEA; }
p { color: rgb(100,122,234); }
H1.HeaderClassName
{
color: #647AEA;
}
.AnyTagClassName
{
color: #647AEA;
}
</style>
background-color css
<style>
a { background-color: #647AEA; }
a { background-color: rgb(100,122,234); }
div.DivClassName
{
background-color: #647AEA;
}
.BgClassName
{
background-color: #647AEA;
}
</style>
border-color css
<style>
span { border-color: #647AEA; }
span { border-color: rgb(100,122,234); }
td.TdClassName
{
border-color: #647AEA;
}
.TagClassName
{
border-color: #647AEA;
}
</style>