Shades of Cornflower Blue #647AF8
Tints of Cornflower Blue #647AF8
RGB
CMYK
RGB Variations
Color information
#647AF8 (or 0x647AF8) is known color: Cornflower Blue. HEX triplet: 64, 7A and F8. RGB value is (100,122,248). Sum of RGB (Red+Green+Blue) = 100+122+248=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 248 (97.27% from 255 or 52.77% from 470); Max value from RGB is 248 - color contains mainly: blue. Hex color #647AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647AF8 is #9B8507. Grayscale: #818181. Windows color (decimal): -10192136 or 16284260. OLE color: 16284260.
HSL color Cylindrical-coordinate representation of color #647AF8: hue angle of 231.08º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #647AF8 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 122 | 248 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.03 |
| HSL | 231.08º | 0.91% | 0.68% | - |
| HSV(B) | 231.08º | 0.6% | 0.97% | - |
| XYZ | 29.16 | 23.41 | 91.79 | - |
| YUV | 129.79 | 194.71 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 248 | 0.60 | 0.51 | 0 | 0.03 | 231.08 | 0.91 | 0.68 |
| Hex | 64 | 7A | F8 | 3C | 33 | 0 | 3 | E7 | 5B | 44 |
| Octal | 144 | 172 | 370 | 74 | 63 | 0 | 3 | 347 | 133 | 104 |
| Binary | 1100100 | 1111010 | 11111000 | 111100 | 110011 | 0 | 11 | 11100111 | 1011011 | 1000100 |
Color Harmonies of #647AF8
Complementary color
Monochromatic Colors of #647AF8
Black with #647AF8
Text Example
Text Example
White with #647AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647AF8; }
p { color: rgb(100,122,248); }
H1.HeaderClassName
{
color: #647AF8;
}
.AnyTagClassName
{
color: #647AF8;
}
</style>
background-color css
<style>
a { background-color: #647AF8; }
a { background-color: rgb(100,122,248); }
div.DivClassName
{
background-color: #647AF8;
}
.BgClassName
{
background-color: #647AF8;
}
</style>
border-color css
<style>
span { border-color: #647AF8; }
span { border-color: rgb(100,122,248); }
td.TdClassName
{
border-color: #647AF8;
}
.TagClassName
{
border-color: #647AF8;
}
</style>