Shades of Cornflower Blue #647EFE
Tints of Cornflower Blue #647EFE
RGB
CMYK
RGB Variations
Color information
#647EFE (or 0x647EFE) is known color: Cornflower Blue. HEX triplet: 64, 7E and FE. RGB value is (100,126,254). Sum of RGB (Red+Green+Blue) = 100+126+254=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #647EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647EFE is #9B8101. Grayscale: #848484. Windows color (decimal): -10191106 or 16678500. OLE color: 16678500.
HSL color Cylindrical-coordinate representation of color #647EFE: hue angle of 229.87º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #647EFE is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 126 | 254 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.00 |
| HSL | 229.87º | 0.99% | 0.69% | - |
| HSV(B) | 229.87º | 0.61% | 1% | - |
| XYZ | 30.61 | 24.79 | 96.94 | - |
| YUV | 132.82 | 196.39 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 254 | 0.61 | 0.50 | 0 | 0.00 | 229.87 | 0.99 | 0.69 |
| Hex | 64 | 7E | FE | 3D | 32 | 0 | 0 | E6 | 63 | 45 |
| Octal | 144 | 176 | 376 | 75 | 62 | 0 | 0 | 346 | 143 | 105 |
| Binary | 1100100 | 1111110 | 11111110 | 111101 | 110010 | 0 | 0 | 11100110 | 1100011 | 1000101 |
Color Harmonies of #647EFE
Complementary color
Monochromatic Colors of #647EFE
Black with #647EFE
Text Example
Text Example
White with #647EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EFE; }
p { color: rgb(100,126,254); }
H1.HeaderClassName
{
color: #647EFE;
}
.AnyTagClassName
{
color: #647EFE;
}
</style>
background-color css
<style>
a { background-color: #647EFE; }
a { background-color: rgb(100,126,254); }
div.DivClassName
{
background-color: #647EFE;
}
.BgClassName
{
background-color: #647EFE;
}
</style>
border-color css
<style>
span { border-color: #647EFE; }
span { border-color: rgb(100,126,254); }
td.TdClassName
{
border-color: #647EFE;
}
.TagClassName
{
border-color: #647EFE;
}
</style>