Shades of Cornflower Blue #647DFD
Tints of Cornflower Blue #647DFD
RGB
CMYK
RGB Variations
Color information
#647DFD (or 0x647DFD) is known color: Cornflower Blue. HEX triplet: 64, 7D and FD. RGB value is (100,125,253). Sum of RGB (Red+Green+Blue) = 100+125+253=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #647DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647DFD is #9B8202. Grayscale: #838383. Windows color (decimal): -10191363 or 16612708. OLE color: 16612708.
HSL color Cylindrical-coordinate representation of color #647DFD: hue angle of 230.2º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #647DFD is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 125 | 253 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.01 |
| HSL | 230.2º | 0.97% | 0.69% | - |
| HSV(B) | 230.2º | 0.6% | 0.99% | - |
| XYZ | 30.32 | 24.47 | 96.05 | - |
| YUV | 132.12 | 196.22 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 253 | 0.60 | 0.51 | 0 | 0.01 | 230.2 | 0.97 | 0.69 |
| Hex | 64 | 7D | FD | 3C | 33 | 0 | 1 | E6 | 61 | 45 |
| Octal | 144 | 175 | 375 | 74 | 63 | 0 | 1 | 346 | 141 | 105 |
| Binary | 1100100 | 1111101 | 11111101 | 111100 | 110011 | 0 | 1 | 11100110 | 1100001 | 1000101 |
Color Harmonies of #647DFD
Complementary color
Monochromatic Colors of #647DFD
Black with #647DFD
Text Example
Text Example
White with #647DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647DFD; }
p { color: rgb(100,125,253); }
H1.HeaderClassName
{
color: #647DFD;
}
.AnyTagClassName
{
color: #647DFD;
}
</style>
background-color css
<style>
a { background-color: #647DFD; }
a { background-color: rgb(100,125,253); }
div.DivClassName
{
background-color: #647DFD;
}
.BgClassName
{
background-color: #647DFD;
}
</style>
border-color css
<style>
span { border-color: #647DFD; }
span { border-color: rgb(100,125,253); }
td.TdClassName
{
border-color: #647DFD;
}
.TagClassName
{
border-color: #647DFD;
}
</style>