Shades of Cornflower Blue #647BDF
Tints of Cornflower Blue #647BDF
RGB
CMYK
RGB Variations
Color information
#647BDF (or 0x647BDF) is known color: Cornflower Blue. HEX triplet: 64, 7B and DF. RGB value is (100,123,223). Sum of RGB (Red+Green+Blue) = 100+123+223=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #647BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647BDF is #9B8420. Grayscale: #7F7F7F. Windows color (decimal): -10191905 or 14646116. OLE color: 14646116.
HSL color Cylindrical-coordinate representation of color #647BDF: hue angle of 228.78º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #647BDF is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 123 | 223 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.13 |
| HSL | 228.78º | 0.66% | 0.63% | - |
| HSV(B) | 228.78º | 0.55% | 0.87% | - |
| XYZ | 25.66 | 22.2 | 72.75 | - |
| YUV | 127.52 | 181.88 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 223 | 0.55 | 0.45 | 0 | 0.13 | 228.78 | 0.66 | 0.63 |
| Hex | 64 | 7B | DF | 37 | 2D | 0 | D | E5 | 42 | 3F |
| Octal | 144 | 173 | 337 | 67 | 55 | 0 | 15 | 345 | 102 | 77 |
| Binary | 1100100 | 1111011 | 11011111 | 110111 | 101101 | 0 | 1101 | 11100101 | 1000010 | 111111 |
Color Harmonies of #647BDF
Complementary color
Monochromatic Colors of #647BDF
Black with #647BDF
Text Example
Text Example
White with #647BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647BDF; }
p { color: rgb(100,123,223); }
H1.HeaderClassName
{
color: #647BDF;
}
.AnyTagClassName
{
color: #647BDF;
}
</style>
background-color css
<style>
a { background-color: #647BDF; }
a { background-color: rgb(100,123,223); }
div.DivClassName
{
background-color: #647BDF;
}
.BgClassName
{
background-color: #647BDF;
}
</style>
border-color css
<style>
span { border-color: #647BDF; }
span { border-color: rgb(100,123,223); }
td.TdClassName
{
border-color: #647BDF;
}
.TagClassName
{
border-color: #647BDF;
}
</style>