Shades of Cornflower Blue #647BFA
Tints of Cornflower Blue #647BFA
RGB
CMYK
RGB Variations
Color information
#647BFA (or 0x647BFA) is known color: Cornflower Blue. HEX triplet: 64, 7B and FA. RGB value is (100,123,250). Sum of RGB (Red+Green+Blue) = 100+123+250=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #647BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647BFA is #9B8405. Grayscale: #828282. Windows color (decimal): -10191878 or 16415588. OLE color: 16415588.
HSL color Cylindrical-coordinate representation of color #647BFA: hue angle of 230.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #647BFA is Cyan = 0.6, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 123 | 250 | - |
| CMYK | 0.6 | 0.51 | 0 | 0.02 |
| HSL | 230.8º | 0.94% | 0.69% | - |
| HSV(B) | 230.8º | 0.6% | 0.98% | - |
| XYZ | 29.59 | 23.78 | 93.47 | - |
| YUV | 130.6 | 195.38 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 250 | 0.6 | 0.51 | 0 | 0.02 | 230.8 | 0.94 | 0.69 |
| Hex | 64 | 7B | FA | 3C | 33 | 0 | 2 | E7 | 5E | 45 |
| Octal | 144 | 173 | 372 | 74 | 63 | 0 | 2 | 347 | 136 | 105 |
| Binary | 1100100 | 1111011 | 11111010 | 111100 | 110011 | 0 | 10 | 11100111 | 1011110 | 1000101 |
Color Harmonies of #647BFA
Complementary color
Monochromatic Colors of #647BFA
Black with #647BFA
Text Example
Text Example
White with #647BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647BFA; }
p { color: rgb(100,123,250); }
H1.HeaderClassName
{
color: #647BFA;
}
.AnyTagClassName
{
color: #647BFA;
}
</style>
background-color css
<style>
a { background-color: #647BFA; }
a { background-color: rgb(100,123,250); }
div.DivClassName
{
background-color: #647BFA;
}
.BgClassName
{
background-color: #647BFA;
}
</style>
border-color css
<style>
span { border-color: #647BFA; }
span { border-color: rgb(100,123,250); }
td.TdClassName
{
border-color: #647BFA;
}
.TagClassName
{
border-color: #647BFA;
}
</style>