Shades of Cornflower Blue #647DFA
Tints of Cornflower Blue #647DFA
RGB
CMYK
RGB Variations
Color information
#647DFA (or 0x647DFA) is known color: Cornflower Blue. HEX triplet: 64, 7D and FA. RGB value is (100,125,250). Sum of RGB (Red+Green+Blue) = 100+125+250=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #647DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647DFA is #9B8205. Grayscale: #838383. Windows color (decimal): -10191366 or 16416100. OLE color: 16416100.
HSL color Cylindrical-coordinate representation of color #647DFA: hue angle of 230º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #647DFA is Cyan = 0.6, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 125 | 250 | - |
| CMYK | 0.6 | 0.50 | 0 | 0.02 |
| HSL | 230º | 0.94% | 0.69% | - |
| HSV(B) | 230º | 0.6% | 0.98% | - |
| XYZ | 29.84 | 24.28 | 93.56 | - |
| YUV | 131.78 | 194.72 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 250 | 0.6 | 0.50 | 0 | 0.02 | 230 | 0.94 | 0.69 |
| Hex | 64 | 7D | FA | 3C | 32 | 0 | 2 | E6 | 5E | 45 |
| Octal | 144 | 175 | 372 | 74 | 62 | 0 | 2 | 346 | 136 | 105 |
| Binary | 1100100 | 1111101 | 11111010 | 111100 | 110010 | 0 | 10 | 11100110 | 1011110 | 1000101 |
Color Harmonies of #647DFA
Complementary color
Monochromatic Colors of #647DFA
Black with #647DFA
Text Example
Text Example
White with #647DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647DFA; }
p { color: rgb(100,125,250); }
H1.HeaderClassName
{
color: #647DFA;
}
.AnyTagClassName
{
color: #647DFA;
}
</style>
background-color css
<style>
a { background-color: #647DFA; }
a { background-color: rgb(100,125,250); }
div.DivClassName
{
background-color: #647DFA;
}
.BgClassName
{
background-color: #647DFA;
}
</style>
border-color css
<style>
span { border-color: #647DFA; }
span { border-color: rgb(100,125,250); }
td.TdClassName
{
border-color: #647DFA;
}
.TagClassName
{
border-color: #647DFA;
}
</style>