Shades of Cornflower Blue #649CFD
Tints of Cornflower Blue #649CFD
RGB
CMYK
RGB Variations
Color information
#649CFD (or 0x649CFD) is known color: Cornflower Blue. HEX triplet: 64, 9C and FD. RGB value is (100,156,253). Sum of RGB (Red+Green+Blue) = 100+156+253=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #649CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649CFD is #9B6302. Grayscale: #959595. Windows color (decimal): -10183427 or 16620644. OLE color: 16620644.
HSL color Cylindrical-coordinate representation of color #649CFD: hue angle of 218.04º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649CFD is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 156 | 253 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.01 |
| HSL | 218.04º | 0.97% | 0.69% | - |
| HSV(B) | 218.04º | 0.6% | 0.99% | - |
| XYZ | 34.87 | 33.58 | 97.57 | - |
| YUV | 150.31 | 185.95 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 253 | 0.60 | 0.38 | 0 | 0.01 | 218.04 | 0.97 | 0.69 |
| Hex | 64 | 9C | FD | 3C | 26 | 0 | 1 | DA | 61 | 45 |
| Octal | 144 | 234 | 375 | 74 | 46 | 0 | 1 | 332 | 141 | 105 |
| Binary | 1100100 | 10011100 | 11111101 | 111100 | 100110 | 0 | 1 | 11011010 | 1100001 | 1000101 |
Color Harmonies of #649CFD
Complementary color
Monochromatic Colors of #649CFD
Black with #649CFD
Text Example
Text Example
White with #649CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CFD; }
p { color: rgb(100,156,253); }
H1.HeaderClassName
{
color: #649CFD;
}
.AnyTagClassName
{
color: #649CFD;
}
</style>
background-color css
<style>
a { background-color: #649CFD; }
a { background-color: rgb(100,156,253); }
div.DivClassName
{
background-color: #649CFD;
}
.BgClassName
{
background-color: #649CFD;
}
</style>
border-color css
<style>
span { border-color: #649CFD; }
span { border-color: rgb(100,156,253); }
td.TdClassName
{
border-color: #649CFD;
}
.TagClassName
{
border-color: #649CFD;
}
</style>