Shades of Cornflower Blue #648FE3
Tints of Cornflower Blue #648FE3
RGB
CMYK
RGB Variations
Color information
#648FE3 (or 0x648FE3) is known color: Cornflower Blue. HEX triplet: 64, 8F and E3. RGB value is (100,143,227). Sum of RGB (Red+Green+Blue) = 100+143+227=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #648FE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FE3 is #9B701C. Grayscale: #8B8B8B. Windows color (decimal): -10186781 or 14913380. OLE color: 14913380.
HSL color Cylindrical-coordinate representation of color #648FE3: hue angle of 219.69º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #648FE3 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 143 | 227 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.11 |
| HSL | 219.69º | 0.69% | 0.64% | - |
| HSV(B) | 219.69º | 0.56% | 0.89% | - |
| XYZ | 28.94 | 27.9 | 76.53 | - |
| YUV | 139.72 | 177.25 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 227 | 0.56 | 0.37 | 0 | 0.11 | 219.69 | 0.69 | 0.64 |
| Hex | 64 | 8F | E3 | 38 | 25 | 0 | B | DC | 45 | 40 |
| Octal | 144 | 217 | 343 | 70 | 45 | 0 | 13 | 334 | 105 | 100 |
| Binary | 1100100 | 10001111 | 11100011 | 111000 | 100101 | 0 | 1011 | 11011100 | 1000101 | 1000000 |
Color Harmonies of #648FE3
Complementary color
Monochromatic Colors of #648FE3
Black with #648FE3
Text Example
Text Example
White with #648FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648FE3; }
p { color: rgb(100,143,227); }
H1.HeaderClassName
{
color: #648FE3;
}
.AnyTagClassName
{
color: #648FE3;
}
</style>
background-color css
<style>
a { background-color: #648FE3; }
a { background-color: rgb(100,143,227); }
div.DivClassName
{
background-color: #648FE3;
}
.BgClassName
{
background-color: #648FE3;
}
</style>
border-color css
<style>
span { border-color: #648FE3; }
span { border-color: rgb(100,143,227); }
td.TdClassName
{
border-color: #648FE3;
}
.TagClassName
{
border-color: #648FE3;
}
</style>