Shades of Cornflower Blue #647FF4
Tints of Cornflower Blue #647FF4
RGB
CMYK
RGB Variations
Color information
#647FF4 (or 0x647FF4) is known color: Cornflower Blue. HEX triplet: 64, 7F and F4. RGB value is (100,127,244). Sum of RGB (Red+Green+Blue) = 100+127+244=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 244 (95.70% from 255 or 51.80% from 471); Max value from RGB is 244 - color contains mainly: blue. Hex color #647FF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647FF4 is #9B800B. Grayscale: #838383. Windows color (decimal): -10190860 or 16023396. OLE color: 16023396.
HSL color Cylindrical-coordinate representation of color #647FF4: hue angle of 228.75º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #647FF4 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 127 | 244 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.04 |
| HSL | 228.75º | 0.87% | 0.67% | - |
| HSV(B) | 228.75º | 0.59% | 0.96% | - |
| XYZ | 29.17 | 24.42 | 88.76 | - |
| YUV | 132.27 | 191.05 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 244 | 0.59 | 0.48 | 0 | 0.04 | 228.75 | 0.87 | 0.67 |
| Hex | 64 | 7F | F4 | 3B | 30 | 0 | 4 | E5 | 57 | 43 |
| Octal | 144 | 177 | 364 | 73 | 60 | 0 | 4 | 345 | 127 | 103 |
| Binary | 1100100 | 1111111 | 11110100 | 111011 | 110000 | 0 | 100 | 11100101 | 1010111 | 1000011 |
Color Harmonies of #647FF4
Complementary color
Monochromatic Colors of #647FF4
Black with #647FF4
Text Example
Text Example
White with #647FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647FF4; }
p { color: rgb(100,127,244); }
H1.HeaderClassName
{
color: #647FF4;
}
.AnyTagClassName
{
color: #647FF4;
}
</style>
background-color css
<style>
a { background-color: #647FF4; }
a { background-color: rgb(100,127,244); }
div.DivClassName
{
background-color: #647FF4;
}
.BgClassName
{
background-color: #647FF4;
}
</style>
border-color css
<style>
span { border-color: #647FF4; }
span { border-color: rgb(100,127,244); }
td.TdClassName
{
border-color: #647FF4;
}
.TagClassName
{
border-color: #647FF4;
}
</style>