Shades of Cornflower Blue #647AFB
Tints of Cornflower Blue #647AFB
RGB
CMYK
RGB Variations
Color information
#647AFB (or 0x647AFB) is known color: Cornflower Blue. HEX triplet: 64, 7A and FB. RGB value is (100,122,251). Sum of RGB (Red+Green+Blue) = 100+122+251=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #647AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647AFB is #9B8504. Grayscale: #818181. Windows color (decimal): -10192133 or 16480868. OLE color: 16480868.
HSL color Cylindrical-coordinate representation of color #647AFB: hue angle of 231.26º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #647AFB is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 122 | 251 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.02 |
| HSL | 231.26º | 0.95% | 0.69% | - |
| HSV(B) | 231.26º | 0.6% | 0.98% | - |
| XYZ | 29.63 | 23.59 | 94.26 | - |
| YUV | 130.13 | 196.21 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 251 | 0.60 | 0.51 | 0 | 0.02 | 231.26 | 0.95 | 0.69 |
| Hex | 64 | 7A | FB | 3C | 33 | 0 | 2 | E7 | 5F | 45 |
| Octal | 144 | 172 | 373 | 74 | 63 | 0 | 2 | 347 | 137 | 105 |
| Binary | 1100100 | 1111010 | 11111011 | 111100 | 110011 | 0 | 10 | 11100111 | 1011111 | 1000101 |
Color Harmonies of #647AFB
Complementary color
Monochromatic Colors of #647AFB
Black with #647AFB
Text Example
Text Example
White with #647AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647AFB; }
p { color: rgb(100,122,251); }
H1.HeaderClassName
{
color: #647AFB;
}
.AnyTagClassName
{
color: #647AFB;
}
</style>
background-color css
<style>
a { background-color: #647AFB; }
a { background-color: rgb(100,122,251); }
div.DivClassName
{
background-color: #647AFB;
}
.BgClassName
{
background-color: #647AFB;
}
</style>
border-color css
<style>
span { border-color: #647AFB; }
span { border-color: rgb(100,122,251); }
td.TdClassName
{
border-color: #647AFB;
}
.TagClassName
{
border-color: #647AFB;
}
</style>