Shades of Cornflower Blue #647DFE
Tints of Cornflower Blue #647DFE
RGB
CMYK
RGB Variations
Color information
#647DFE (or 0x647DFE) is known color: Cornflower Blue. HEX triplet: 64, 7D and FE. RGB value is (100,125,254). Sum of RGB (Red+Green+Blue) = 100+125+254=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #647DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647DFE is #9B8201. Grayscale: #838383. Windows color (decimal): -10191362 or 16678244. OLE color: 16678244.
HSL color Cylindrical-coordinate representation of color #647DFE: hue angle of 230.26º 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 #647DFE is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 125 | 254 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.00 |
| HSL | 230.26º | 0.99% | 0.69% | - |
| HSV(B) | 230.26º | 0.61% | 1% | - |
| XYZ | 30.48 | 24.53 | 96.89 | - |
| YUV | 132.23 | 196.72 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 254 | 0.61 | 0.51 | 0 | 0.00 | 230.26 | 0.99 | 0.69 |
| Hex | 64 | 7D | FE | 3D | 33 | 0 | 0 | E6 | 63 | 45 |
| Octal | 144 | 175 | 376 | 75 | 63 | 0 | 0 | 346 | 143 | 105 |
| Binary | 1100100 | 1111101 | 11111110 | 111101 | 110011 | 0 | 0 | 11100110 | 1100011 | 1000101 |
Color Harmonies of #647DFE
Complementary color
Monochromatic Colors of #647DFE
Black with #647DFE
Text Example
Text Example
White with #647DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647DFE; }
p { color: rgb(100,125,254); }
H1.HeaderClassName
{
color: #647DFE;
}
.AnyTagClassName
{
color: #647DFE;
}
</style>
background-color css
<style>
a { background-color: #647DFE; }
a { background-color: rgb(100,125,254); }
div.DivClassName
{
background-color: #647DFE;
}
.BgClassName
{
background-color: #647DFE;
}
</style>
border-color css
<style>
span { border-color: #647DFE; }
span { border-color: rgb(100,125,254); }
td.TdClassName
{
border-color: #647DFE;
}
.TagClassName
{
border-color: #647DFE;
}
</style>