Shades of Cornflower Blue #61A1EF
Tints of Cornflower Blue #61A1EF
RGB
CMYK
RGB Variations
Color information
#61A1EF (or 0x61A1EF) is known color: Cornflower Blue. HEX triplet: 61, A1 and EF. RGB value is (97,161,239). Sum of RGB (Red+Green+Blue) = 97+161+239=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #61A1EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A1EF is #9E5E10. Grayscale: #969696. Windows color (decimal): -10378769 or 15704417. OLE color: 15704417.
HSL color Cylindrical-coordinate representation of color #61A1EF: hue angle of 212.96º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61A1EF is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 161 | 239 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.06 |
| HSL | 212.96º | 0.82% | 0.66% | - |
| HSV(B) | 212.96º | 0.59% | 0.94% | - |
| XYZ | 33.25 | 34.26 | 86.52 | - |
| YUV | 150.76 | 177.8 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 239 | 0.59 | 0.33 | 0 | 0.06 | 212.96 | 0.82 | 0.66 |
| Hex | 61 | A1 | EF | 3B | 21 | 0 | 6 | D5 | 52 | 42 |
| Octal | 141 | 241 | 357 | 73 | 41 | 0 | 6 | 325 | 122 | 102 |
| Binary | 1100001 | 10100001 | 11101111 | 111011 | 100001 | 0 | 110 | 11010101 | 1010010 | 1000010 |
Color Harmonies of #61A1EF
Complementary color
Monochromatic Colors of #61A1EF
Black with #61A1EF
Text Example
Text Example
White with #61A1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A1EF; }
p { color: rgb(97,161,239); }
H1.HeaderClassName
{
color: #61A1EF;
}
.AnyTagClassName
{
color: #61A1EF;
}
</style>
background-color css
<style>
a { background-color: #61A1EF; }
a { background-color: rgb(97,161,239); }
div.DivClassName
{
background-color: #61A1EF;
}
.BgClassName
{
background-color: #61A1EF;
}
</style>
border-color css
<style>
span { border-color: #61A1EF; }
span { border-color: rgb(97,161,239); }
td.TdClassName
{
border-color: #61A1EF;
}
.TagClassName
{
border-color: #61A1EF;
}
</style>