Shades of Cornflower Blue #647FFC
Tints of Cornflower Blue #647FFC
RGB
CMYK
RGB Variations
Color information
#647FFC (or 0x647FFC) is known color: Cornflower Blue. HEX triplet: 64, 7F and FC. RGB value is (100,127,252). Sum of RGB (Red+Green+Blue) = 100+127+252=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #647FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647FFC is #9B8003. Grayscale: #848484. Windows color (decimal): -10190852 or 16547684. OLE color: 16547684.
HSL color Cylindrical-coordinate representation of color #647FFC: hue angle of 229.34º degrees, saturation: 0.96, 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 #647FFC is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 127 | 252 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.01 |
| HSL | 229.34º | 0.96% | 0.69% | - |
| HSV(B) | 229.34º | 0.6% | 0.99% | - |
| XYZ | 30.42 | 24.92 | 95.3 | - |
| YUV | 133.18 | 195.05 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 252 | 0.60 | 0.50 | 0 | 0.01 | 229.34 | 0.96 | 0.69 |
| Hex | 64 | 7F | FC | 3C | 32 | 0 | 1 | E5 | 60 | 45 |
| Octal | 144 | 177 | 374 | 74 | 62 | 0 | 1 | 345 | 140 | 105 |
| Binary | 1100100 | 1111111 | 11111100 | 111100 | 110010 | 0 | 1 | 11100101 | 1100000 | 1000101 |
Color Harmonies of #647FFC
Complementary color
Monochromatic Colors of #647FFC
Black with #647FFC
Text Example
Text Example
White with #647FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FFC; }
p { color: rgb(100,127,252); }
H1.HeaderClassName
{
color: #647FFC;
}
.AnyTagClassName
{
color: #647FFC;
}
</style>
background-color css
<style>
a { background-color: #647FFC; }
a { background-color: rgb(100,127,252); }
div.DivClassName
{
background-color: #647FFC;
}
.BgClassName
{
background-color: #647FFC;
}
</style>
border-color css
<style>
span { border-color: #647FFC; }
span { border-color: rgb(100,127,252); }
td.TdClassName
{
border-color: #647FFC;
}
.TagClassName
{
border-color: #647FFC;
}
</style>