Shades of Cornflower Blue #647AFF
Tints of Cornflower Blue #647AFF
RGB
CMYK
RGB Variations
Color information
#647AFF (or 0x647AFF) is known color: Cornflower Blue. HEX triplet: 64, 7A and FF. RGB value is (100,122,255). Sum of RGB (Red+Green+Blue) = 100+122+255=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #647AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647AFF is #9B8500. Grayscale: #828282. Windows color (decimal): -10192129 or 16743012. OLE color: 16743012.
HSL color Cylindrical-coordinate representation of color #647AFF: hue angle of 231.48º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #647AFF is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 122 | 255 | - |
| CMYK | 0.61 | 0.52 | 0 | 0 |
| HSL | 231.48º | 1% | 0.7% | - |
| HSV(B) | 231.48º | 0.61% | 1% | - |
| XYZ | 30.27 | 23.85 | 97.62 | - |
| YUV | 130.58 | 198.21 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 255 | 0.61 | 0.52 | 0 | 0 | 231.48 | 1 | 0.7 |
| Hex | 64 | 7A | FF | 3D | 34 | 0 | 0 | E7 | 64 | 46 |
| Octal | 144 | 172 | 377 | 75 | 64 | 0 | 0 | 347 | 144 | 106 |
| Binary | 1100100 | 1111010 | 11111111 | 111101 | 110100 | 0 | 0 | 11100111 | 1100100 | 1000110 |
Color Harmonies of #647AFF
Complementary color
Monochromatic Colors of #647AFF
Black with #647AFF
Text Example
Text Example
White with #647AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647AFF; }
p { color: rgb(100,122,255); }
H1.HeaderClassName
{
color: #647AFF;
}
.AnyTagClassName
{
color: #647AFF;
}
</style>
background-color css
<style>
a { background-color: #647AFF; }
a { background-color: rgb(100,122,255); }
div.DivClassName
{
background-color: #647AFF;
}
.BgClassName
{
background-color: #647AFF;
}
</style>
border-color css
<style>
span { border-color: #647AFF; }
span { border-color: rgb(100,122,255); }
td.TdClassName
{
border-color: #647AFF;
}
.TagClassName
{
border-color: #647AFF;
}
</style>