Shades of Cornflower Blue #618DFF
Tints of Cornflower Blue #618DFF
RGB
CMYK
RGB Variations
Color information
#618DFF (or 0x618DFF) is known color: Cornflower Blue. HEX triplet: 61, 8D and FF. RGB value is (97,141,255). Sum of RGB (Red+Green+Blue) = 97+141+255=493 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.68% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #618DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618DFF is #9E7200. Grayscale: #8C8C8C. Windows color (decimal): -10383873 or 16747873. OLE color: 16747873.
HSL color Cylindrical-coordinate representation of color #618DFF: hue angle of 223.29º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #618DFF is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 141 | 255 | - |
| CMYK | 0.62 | 0.45 | 0 | 0 |
| HSL | 223.29º | 1% | 0.69% | - |
| HSV(B) | 223.29º | 0.62% | 1% | - |
| XYZ | 32.5 | 28.81 | 98.46 | - |
| YUV | 140.84 | 192.42 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 255 | 0.62 | 0.45 | 0 | 0 | 223.29 | 1 | 0.69 |
| Hex | 61 | 8D | FF | 3E | 2D | 0 | 0 | DF | 64 | 45 |
| Octal | 141 | 215 | 377 | 76 | 55 | 0 | 0 | 337 | 144 | 105 |
| Binary | 1100001 | 10001101 | 11111111 | 111110 | 101101 | 0 | 0 | 11011111 | 1100100 | 1000101 |
Color Harmonies of #618DFF
Complementary color
Monochromatic Colors of #618DFF
Black with #618DFF
Text Example
Text Example
White with #618DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618DFF; }
p { color: rgb(97,141,255); }
H1.HeaderClassName
{
color: #618DFF;
}
.AnyTagClassName
{
color: #618DFF;
}
</style>
background-color css
<style>
a { background-color: #618DFF; }
a { background-color: rgb(97,141,255); }
div.DivClassName
{
background-color: #618DFF;
}
.BgClassName
{
background-color: #618DFF;
}
</style>
border-color css
<style>
span { border-color: #618DFF; }
span { border-color: rgb(97,141,255); }
td.TdClassName
{
border-color: #618DFF;
}
.TagClassName
{
border-color: #618DFF;
}
</style>