Shades of Cornflower Blue #647CFF
Tints of Cornflower Blue #647CFF
RGB
CMYK
RGB Variations
Color information
#647CFF (or 0x647CFF) is known color: Cornflower Blue. HEX triplet: 64, 7C and FF. RGB value is (100,124,255). Sum of RGB (Red+Green+Blue) = 100+124+255=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #647CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647CFF is #9B8300. Grayscale: #838383. Windows color (decimal): -10191617 or 16743524. OLE color: 16743524.
HSL color Cylindrical-coordinate representation of color #647CFF: hue angle of 230.71º 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 #647CFF is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 124 | 255 | - |
| CMYK | 0.61 | 0.51 | 0 | 0 |
| HSL | 230.71º | 1% | 0.7% | - |
| HSV(B) | 230.71º | 0.61% | 1% | - |
| XYZ | 30.51 | 24.34 | 97.7 | - |
| YUV | 131.76 | 197.55 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 255 | 0.61 | 0.51 | 0 | 0 | 230.71 | 1 | 0.7 |
| Hex | 64 | 7C | FF | 3D | 33 | 0 | 0 | E7 | 64 | 46 |
| Octal | 144 | 174 | 377 | 75 | 63 | 0 | 0 | 347 | 144 | 106 |
| Binary | 1100100 | 1111100 | 11111111 | 111101 | 110011 | 0 | 0 | 11100111 | 1100100 | 1000110 |
Color Harmonies of #647CFF
Complementary color
Monochromatic Colors of #647CFF
Black with #647CFF
Text Example
Text Example
White with #647CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647CFF; }
p { color: rgb(100,124,255); }
H1.HeaderClassName
{
color: #647CFF;
}
.AnyTagClassName
{
color: #647CFF;
}
</style>
background-color css
<style>
a { background-color: #647CFF; }
a { background-color: rgb(100,124,255); }
div.DivClassName
{
background-color: #647CFF;
}
.BgClassName
{
background-color: #647CFF;
}
</style>
border-color css
<style>
span { border-color: #647CFF; }
span { border-color: rgb(100,124,255); }
td.TdClassName
{
border-color: #647CFF;
}
.TagClassName
{
border-color: #647CFF;
}
</style>