Shades of Cornflower Blue #647AFE
Tints of Cornflower Blue #647AFE
RGB
CMYK
RGB Variations
Color information
#647AFE (or 0x647AFE) is known color: Cornflower Blue. HEX triplet: 64, 7A and FE. RGB value is (100,122,254). Sum of RGB (Red+Green+Blue) = 100+122+254=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #647AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647AFE is #9B8501. Grayscale: #818181. Windows color (decimal): -10192130 or 16677476. OLE color: 16677476.
HSL color Cylindrical-coordinate representation of color #647AFE: hue angle of 231.43º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #647AFE is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 122 | 254 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.00 |
| HSL | 231.43º | 0.99% | 0.69% | - |
| HSV(B) | 231.43º | 0.61% | 1% | - |
| XYZ | 30.1 | 23.78 | 96.77 | - |
| YUV | 130.47 | 197.71 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 254 | 0.61 | 0.52 | 0 | 0.00 | 231.43 | 0.99 | 0.69 |
| Hex | 64 | 7A | FE | 3D | 34 | 0 | 0 | E7 | 63 | 45 |
| Octal | 144 | 172 | 376 | 75 | 64 | 0 | 0 | 347 | 143 | 105 |
| Binary | 1100100 | 1111010 | 11111110 | 111101 | 110100 | 0 | 0 | 11100111 | 1100011 | 1000101 |
Color Harmonies of #647AFE
Complementary color
Monochromatic Colors of #647AFE
Black with #647AFE
Text Example
Text Example
White with #647AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647AFE; }
p { color: rgb(100,122,254); }
H1.HeaderClassName
{
color: #647AFE;
}
.AnyTagClassName
{
color: #647AFE;
}
</style>
background-color css
<style>
a { background-color: #647AFE; }
a { background-color: rgb(100,122,254); }
div.DivClassName
{
background-color: #647AFE;
}
.BgClassName
{
background-color: #647AFE;
}
</style>
border-color css
<style>
span { border-color: #647AFE; }
span { border-color: rgb(100,122,254); }
td.TdClassName
{
border-color: #647AFE;
}
.TagClassName
{
border-color: #647AFE;
}
</style>