Shades of Cornflower Blue #647BF2
Tints of Cornflower Blue #647BF2
RGB
CMYK
RGB Variations
Color information
#647BF2 (or 0x647BF2) is known color: Cornflower Blue. HEX triplet: 64, 7B and F2. RGB value is (100,123,242). Sum of RGB (Red+Green+Blue) = 100+123+242=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #647BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647BF2 is #9B840D. Grayscale: #818181. Windows color (decimal): -10191886 or 15891300. OLE color: 15891300.
HSL color Cylindrical-coordinate representation of color #647BF2: hue angle of 230.28º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #647BF2 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 123 | 242 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.05 |
| HSL | 230.28º | 0.85% | 0.67% | - |
| HSV(B) | 230.28º | 0.59% | 0.95% | - |
| XYZ | 28.37 | 23.29 | 87 | - |
| YUV | 129.69 | 191.38 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 242 | 0.59 | 0.49 | 0 | 0.05 | 230.28 | 0.85 | 0.67 |
| Hex | 64 | 7B | F2 | 3B | 31 | 0 | 5 | E6 | 55 | 43 |
| Octal | 144 | 173 | 362 | 73 | 61 | 0 | 5 | 346 | 125 | 103 |
| Binary | 1100100 | 1111011 | 11110010 | 111011 | 110001 | 0 | 101 | 11100110 | 1010101 | 1000011 |
Color Harmonies of #647BF2
Complementary color
Monochromatic Colors of #647BF2
Black with #647BF2
Text Example
Text Example
White with #647BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647BF2; }
p { color: rgb(100,123,242); }
H1.HeaderClassName
{
color: #647BF2;
}
.AnyTagClassName
{
color: #647BF2;
}
</style>
background-color css
<style>
a { background-color: #647BF2; }
a { background-color: rgb(100,123,242); }
div.DivClassName
{
background-color: #647BF2;
}
.BgClassName
{
background-color: #647BF2;
}
</style>
border-color css
<style>
span { border-color: #647BF2; }
span { border-color: rgb(100,123,242); }
td.TdClassName
{
border-color: #647BF2;
}
.TagClassName
{
border-color: #647BF2;
}
</style>