Shades of Cornflower Blue #618AFF
Tints of Cornflower Blue #618AFF
RGB
CMYK
RGB Variations
Color information
#618AFF (or 0x618AFF) is known color: Cornflower Blue. HEX triplet: 61, 8A and FF. RGB value is (97,138,255). Sum of RGB (Red+Green+Blue) = 97+138+255=490 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.80% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #618AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618AFF is #9E7500. Grayscale: #8A8A8A. Windows color (decimal): -10384641 or 16747105. OLE color: 16747105.
HSL color Cylindrical-coordinate representation of color #618AFF: hue angle of 224.43º 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 #618AFF is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 138 | 255 | - |
| CMYK | 0.62 | 0.46 | 0 | 0 |
| HSL | 224.43º | 1% | 0.69% | - |
| HSV(B) | 224.43º | 0.62% | 1% | - |
| XYZ | 32.07 | 27.94 | 98.31 | - |
| YUV | 139.08 | 193.42 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 255 | 0.62 | 0.46 | 0 | 0 | 224.43 | 1 | 0.69 |
| Hex | 61 | 8A | FF | 3E | 2E | 0 | 0 | E0 | 64 | 45 |
| Octal | 141 | 212 | 377 | 76 | 56 | 0 | 0 | 340 | 144 | 105 |
| Binary | 1100001 | 10001010 | 11111111 | 111110 | 101110 | 0 | 0 | 11100000 | 1100100 | 1000101 |
Color Harmonies of #618AFF
Complementary color
Monochromatic Colors of #618AFF
Black with #618AFF
Text Example
Text Example
White with #618AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618AFF; }
p { color: rgb(97,138,255); }
H1.HeaderClassName
{
color: #618AFF;
}
.AnyTagClassName
{
color: #618AFF;
}
</style>
background-color css
<style>
a { background-color: #618AFF; }
a { background-color: rgb(97,138,255); }
div.DivClassName
{
background-color: #618AFF;
}
.BgClassName
{
background-color: #618AFF;
}
</style>
border-color css
<style>
span { border-color: #618AFF; }
span { border-color: rgb(97,138,255); }
td.TdClassName
{
border-color: #618AFF;
}
.TagClassName
{
border-color: #618AFF;
}
</style>