Shades of Cornflower Blue #649DF3
Tints of Cornflower Blue #649DF3
RGB
CMYK
RGB Variations
Color information
#649DF3 (or 0x649DF3) is known color: Cornflower Blue. HEX triplet: 64, 9D and F3. RGB value is (100,157,243). Sum of RGB (Red+Green+Blue) = 100+157+243=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #649DF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649DF3 is #9B620C. Grayscale: #959595. Windows color (decimal): -10183181 or 15965540. OLE color: 15965540.
HSL color Cylindrical-coordinate representation of color #649DF3: hue angle of 216.08º degrees, saturation: 0.86, 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 #649DF3 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 157 | 243 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.05 |
| HSL | 216.08º | 0.86% | 0.67% | - |
| HSV(B) | 216.08º | 0.59% | 0.95% | - |
| XYZ | 33.49 | 33.29 | 89.46 | - |
| YUV | 149.76 | 180.62 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 243 | 0.59 | 0.35 | 0 | 0.05 | 216.08 | 0.86 | 0.67 |
| Hex | 64 | 9D | F3 | 3B | 23 | 0 | 5 | D8 | 56 | 43 |
| Octal | 144 | 235 | 363 | 73 | 43 | 0 | 5 | 330 | 126 | 103 |
| Binary | 1100100 | 10011101 | 11110011 | 111011 | 100011 | 0 | 101 | 11011000 | 1010110 | 1000011 |
Color Harmonies of #649DF3
Complementary color
Monochromatic Colors of #649DF3
Black with #649DF3
Text Example
Text Example
White with #649DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649DF3; }
p { color: rgb(100,157,243); }
H1.HeaderClassName
{
color: #649DF3;
}
.AnyTagClassName
{
color: #649DF3;
}
</style>
background-color css
<style>
a { background-color: #649DF3; }
a { background-color: rgb(100,157,243); }
div.DivClassName
{
background-color: #649DF3;
}
.BgClassName
{
background-color: #649DF3;
}
</style>
border-color css
<style>
span { border-color: #649DF3; }
span { border-color: rgb(100,157,243); }
td.TdClassName
{
border-color: #649DF3;
}
.TagClassName
{
border-color: #649DF3;
}
</style>