Shades of Cornflower Blue #618FFC
Tints of Cornflower Blue #618FFC
RGB
CMYK
RGB Variations
Color information
#618FFC (or 0x618FFC) is known color: Cornflower Blue. HEX triplet: 61, 8F and FC. RGB value is (97,143,252). Sum of RGB (Red+Green+Blue) = 97+143+252=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #618FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618FFC is #9E7003. Grayscale: #8D8D8D. Windows color (decimal): -10383364 or 16551777. OLE color: 16551777.
HSL color Cylindrical-coordinate representation of color #618FFC: hue angle of 222.19º 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 #618FFC is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 143 | 252 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.01 |
| HSL | 222.19º | 0.96% | 0.68% | - |
| HSV(B) | 222.19º | 0.62% | 0.99% | - |
| XYZ | 32.32 | 29.21 | 96.03 | - |
| YUV | 141.67 | 190.26 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 143 | 252 | 0.62 | 0.43 | 0 | 0.01 | 222.19 | 0.96 | 0.68 |
| Hex | 61 | 8F | FC | 3E | 2B | 0 | 1 | DE | 60 | 44 |
| Octal | 141 | 217 | 374 | 76 | 53 | 0 | 1 | 336 | 140 | 104 |
| Binary | 1100001 | 10001111 | 11111100 | 111110 | 101011 | 0 | 1 | 11011110 | 1100000 | 1000100 |
Color Harmonies of #618FFC
Complementary color
Monochromatic Colors of #618FFC
Black with #618FFC
Text Example
Text Example
White with #618FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618FFC; }
p { color: rgb(97,143,252); }
H1.HeaderClassName
{
color: #618FFC;
}
.AnyTagClassName
{
color: #618FFC;
}
</style>
background-color css
<style>
a { background-color: #618FFC; }
a { background-color: rgb(97,143,252); }
div.DivClassName
{
background-color: #618FFC;
}
.BgClassName
{
background-color: #618FFC;
}
</style>
border-color css
<style>
span { border-color: #618FFC; }
span { border-color: rgb(97,143,252); }
td.TdClassName
{
border-color: #618FFC;
}
.TagClassName
{
border-color: #618FFC;
}
</style>