Shades of Cornflower Blue #647FF8
Tints of Cornflower Blue #647FF8
RGB
CMYK
RGB Variations
Color information
#647FF8 (or 0x647FF8) is known color: Cornflower Blue. HEX triplet: 64, 7F and F8. RGB value is (100,127,248). Sum of RGB (Red+Green+Blue) = 100+127+248=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #647FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647FF8 is #9B8007. Grayscale: #848484. Windows color (decimal): -10190856 or 16285540. OLE color: 16285540.
HSL color Cylindrical-coordinate representation of color #647FF8: hue angle of 229.05º 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 #647FF8 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 127 | 248 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.03 |
| HSL | 229.05º | 0.91% | 0.68% | - |
| HSV(B) | 229.05º | 0.6% | 0.97% | - |
| XYZ | 29.79 | 24.67 | 92 | - |
| YUV | 132.72 | 193.05 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 248 | 0.60 | 0.49 | 0 | 0.03 | 229.05 | 0.91 | 0.68 |
| Hex | 64 | 7F | F8 | 3C | 31 | 0 | 3 | E5 | 5B | 44 |
| Octal | 144 | 177 | 370 | 74 | 61 | 0 | 3 | 345 | 133 | 104 |
| Binary | 1100100 | 1111111 | 11111000 | 111100 | 110001 | 0 | 11 | 11100101 | 1011011 | 1000100 |
Color Harmonies of #647FF8
Complementary color
Monochromatic Colors of #647FF8
Black with #647FF8
Text Example
Text Example
White with #647FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FF8; }
p { color: rgb(100,127,248); }
H1.HeaderClassName
{
color: #647FF8;
}
.AnyTagClassName
{
color: #647FF8;
}
</style>
background-color css
<style>
a { background-color: #647FF8; }
a { background-color: rgb(100,127,248); }
div.DivClassName
{
background-color: #647FF8;
}
.BgClassName
{
background-color: #647FF8;
}
</style>
border-color css
<style>
span { border-color: #647FF8; }
span { border-color: rgb(100,127,248); }
td.TdClassName
{
border-color: #647FF8;
}
.TagClassName
{
border-color: #647FF8;
}
</style>