Shades of Cornflower Blue #61A8FE
Tints of Cornflower Blue #61A8FE
RGB
CMYK
RGB Variations
Color information
#61A8FE (or 0x61A8FE) is known color: Cornflower Blue. HEX triplet: 61, A8 and FE. RGB value is (97,168,254). Sum of RGB (Red+Green+Blue) = 97+168+254=519 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.69% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #61A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A8FE is #9E5701. Grayscale: #9C9C9C. Windows color (decimal): -10376962 or 16689249. OLE color: 16689249.
HSL color Cylindrical-coordinate representation of color #61A8FE: hue angle of 212.87º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61A8FE is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 168 | 254 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.00 |
| HSL | 212.87º | 0.99% | 0.69% | - |
| HSV(B) | 212.87º | 0.62% | 1% | - |
| XYZ | 36.82 | 37.7 | 99.1 | - |
| YUV | 156.58 | 182.98 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 254 | 0.62 | 0.34 | 0 | 0.00 | 212.87 | 0.99 | 0.69 |
| Hex | 61 | A8 | FE | 3E | 22 | 0 | 0 | D5 | 63 | 45 |
| Octal | 141 | 250 | 376 | 76 | 42 | 0 | 0 | 325 | 143 | 105 |
| Binary | 1100001 | 10101000 | 11111110 | 111110 | 100010 | 0 | 0 | 11010101 | 1100011 | 1000101 |
Color Harmonies of #61A8FE
Complementary color
Monochromatic Colors of #61A8FE
Black with #61A8FE
Text Example
Text Example
White with #61A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A8FE; }
p { color: rgb(97,168,254); }
H1.HeaderClassName
{
color: #61A8FE;
}
.AnyTagClassName
{
color: #61A8FE;
}
</style>
background-color css
<style>
a { background-color: #61A8FE; }
a { background-color: rgb(97,168,254); }
div.DivClassName
{
background-color: #61A8FE;
}
.BgClassName
{
background-color: #61A8FE;
}
</style>
border-color css
<style>
span { border-color: #61A8FE; }
span { border-color: rgb(97,168,254); }
td.TdClassName
{
border-color: #61A8FE;
}
.TagClassName
{
border-color: #61A8FE;
}
</style>