Shades of Cornflower Blue #618FFD
Tints of Cornflower Blue #618FFD
RGB
CMYK
RGB Variations
Color information
#618FFD (or 0x618FFD) is known color: Cornflower Blue. HEX triplet: 61, 8F and FD. RGB value is (97,143,253). Sum of RGB (Red+Green+Blue) = 97+143+253=493 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.68% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #618FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618FFD is #9E7002. Grayscale: #8D8D8D. Windows color (decimal): -10383363 or 16617313. OLE color: 16617313.
HSL color Cylindrical-coordinate representation of color #618FFD: hue angle of 222.31º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #618FFD is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 143 | 253 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.01 |
| HSL | 222.31º | 0.98% | 0.69% | - |
| HSV(B) | 222.31º | 0.62% | 0.99% | - |
| XYZ | 32.48 | 29.28 | 96.87 | - |
| YUV | 141.79 | 190.76 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 143 | 253 | 0.62 | 0.43 | 0 | 0.01 | 222.31 | 0.98 | 0.69 |
| Hex | 61 | 8F | FD | 3E | 2B | 0 | 1 | DE | 62 | 45 |
| Octal | 141 | 217 | 375 | 76 | 53 | 0 | 1 | 336 | 142 | 105 |
| Binary | 1100001 | 10001111 | 11111101 | 111110 | 101011 | 0 | 1 | 11011110 | 1100010 | 1000101 |
Color Harmonies of #618FFD
Complementary color
Monochromatic Colors of #618FFD
Black with #618FFD
Text Example
Text Example
White with #618FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618FFD; }
p { color: rgb(97,143,253); }
H1.HeaderClassName
{
color: #618FFD;
}
.AnyTagClassName
{
color: #618FFD;
}
</style>
background-color css
<style>
a { background-color: #618FFD; }
a { background-color: rgb(97,143,253); }
div.DivClassName
{
background-color: #618FFD;
}
.BgClassName
{
background-color: #618FFD;
}
</style>
border-color css
<style>
span { border-color: #618FFD; }
span { border-color: rgb(97,143,253); }
td.TdClassName
{
border-color: #618FFD;
}
.TagClassName
{
border-color: #618FFD;
}
</style>