Shades of Cornflower Blue #618BFC
Tints of Cornflower Blue #618BFC
RGB
CMYK
RGB Variations
Color information
#618BFC (or 0x618BFC) is known color: Cornflower Blue. HEX triplet: 61, 8B and FC. RGB value is (97,139,252). Sum of RGB (Red+Green+Blue) = 97+139+252=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #618BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618BFC is #9E7403. Grayscale: #8A8A8A. Windows color (decimal): -10384388 or 16550753. OLE color: 16550753.
HSL color Cylindrical-coordinate representation of color #618BFC: hue angle of 223.74º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #618BFC is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 139 | 252 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.01 |
| HSL | 223.74º | 0.96% | 0.68% | - |
| HSV(B) | 223.74º | 0.62% | 0.99% | - |
| XYZ | 31.73 | 28.03 | 95.83 | - |
| YUV | 139.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 252 | 0.62 | 0.45 | 0 | 0.01 | 223.74 | 0.96 | 0.68 |
| Hex | 61 | 8B | FC | 3E | 2D | 0 | 1 | E0 | 60 | 44 |
| Octal | 141 | 213 | 374 | 76 | 55 | 0 | 1 | 340 | 140 | 104 |
| Binary | 1100001 | 10001011 | 11111100 | 111110 | 101101 | 0 | 1 | 11100000 | 1100000 | 1000100 |
Color Harmonies of #618BFC
Complementary color
Monochromatic Colors of #618BFC
Black with #618BFC
Text Example
Text Example
White with #618BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618BFC; }
p { color: rgb(97,139,252); }
H1.HeaderClassName
{
color: #618BFC;
}
.AnyTagClassName
{
color: #618BFC;
}
</style>
background-color css
<style>
a { background-color: #618BFC; }
a { background-color: rgb(97,139,252); }
div.DivClassName
{
background-color: #618BFC;
}
.BgClassName
{
background-color: #618BFC;
}
</style>
border-color css
<style>
span { border-color: #618BFC; }
span { border-color: rgb(97,139,252); }
td.TdClassName
{
border-color: #618BFC;
}
.TagClassName
{
border-color: #618BFC;
}
</style>