Shades of Cornflower Blue #647AF9
Tints of Cornflower Blue #647AF9
RGB
CMYK
RGB Variations
Color information
#647AF9 (or 0x647AF9) is known color: Cornflower Blue. HEX triplet: 64, 7A and F9. RGB value is (100,122,249). Sum of RGB (Red+Green+Blue) = 100+122+249=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #647AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647AF9 is #9B8506. Grayscale: #818181. Windows color (decimal): -10192135 or 16349796. OLE color: 16349796.
HSL color Cylindrical-coordinate representation of color #647AF9: hue angle of 231.14º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #647AF9 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 122 | 249 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.02 |
| HSL | 231.14º | 0.93% | 0.68% | - |
| HSV(B) | 231.14º | 0.6% | 0.98% | - |
| XYZ | 29.31 | 23.47 | 92.61 | - |
| YUV | 129.9 | 195.21 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 249 | 0.60 | 0.51 | 0 | 0.02 | 231.14 | 0.93 | 0.68 |
| Hex | 64 | 7A | F9 | 3C | 33 | 0 | 2 | E7 | 5D | 44 |
| Octal | 144 | 172 | 371 | 74 | 63 | 0 | 2 | 347 | 135 | 104 |
| Binary | 1100100 | 1111010 | 11111001 | 111100 | 110011 | 0 | 10 | 11100111 | 1011101 | 1000100 |
Color Harmonies of #647AF9
Complementary color
Monochromatic Colors of #647AF9
Black with #647AF9
Text Example
Text Example
White with #647AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647AF9; }
p { color: rgb(100,122,249); }
H1.HeaderClassName
{
color: #647AF9;
}
.AnyTagClassName
{
color: #647AF9;
}
</style>
background-color css
<style>
a { background-color: #647AF9; }
a { background-color: rgb(100,122,249); }
div.DivClassName
{
background-color: #647AF9;
}
.BgClassName
{
background-color: #647AF9;
}
</style>
border-color css
<style>
span { border-color: #647AF9; }
span { border-color: rgb(100,122,249); }
td.TdClassName
{
border-color: #647AF9;
}
.TagClassName
{
border-color: #647AF9;
}
</style>