Shades of Cornflower Blue #647DF8
Tints of Cornflower Blue #647DF8
RGB
CMYK
RGB Variations
Color information
#647DF8 (or 0x647DF8) is known color: Cornflower Blue. HEX triplet: 64, 7D and F8. RGB value is (100,125,248). Sum of RGB (Red+Green+Blue) = 100+125+248=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #647DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647DF8 is #9B8207. Grayscale: #838383. Windows color (decimal): -10191368 or 16285028. OLE color: 16285028.
HSL color Cylindrical-coordinate representation of color #647DF8: hue angle of 229.86º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #647DF8 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 125 | 248 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.03 |
| HSL | 229.86º | 0.91% | 0.68% | - |
| HSV(B) | 229.86º | 0.6% | 0.97% | - |
| XYZ | 29.53 | 24.15 | 91.91 | - |
| YUV | 131.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 248 | 0.60 | 0.50 | 0 | 0.03 | 229.86 | 0.91 | 0.68 |
| Hex | 64 | 7D | F8 | 3C | 32 | 0 | 3 | E6 | 5B | 44 |
| Octal | 144 | 175 | 370 | 74 | 62 | 0 | 3 | 346 | 133 | 104 |
| Binary | 1100100 | 1111101 | 11111000 | 111100 | 110010 | 0 | 11 | 11100110 | 1011011 | 1000100 |
Color Harmonies of #647DF8
Complementary color
Monochromatic Colors of #647DF8
Black with #647DF8
Text Example
Text Example
White with #647DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647DF8; }
p { color: rgb(100,125,248); }
H1.HeaderClassName
{
color: #647DF8;
}
.AnyTagClassName
{
color: #647DF8;
}
</style>
background-color css
<style>
a { background-color: #647DF8; }
a { background-color: rgb(100,125,248); }
div.DivClassName
{
background-color: #647DF8;
}
.BgClassName
{
background-color: #647DF8;
}
</style>
border-color css
<style>
span { border-color: #647DF8; }
span { border-color: rgb(100,125,248); }
td.TdClassName
{
border-color: #647DF8;
}
.TagClassName
{
border-color: #647DF8;
}
</style>