Shades of Cornflower Blue #61A2EF
Tints of Cornflower Blue #61A2EF
RGB
CMYK
RGB Variations
Color information
#61A2EF (or 0x61A2EF) is known color: Cornflower Blue. HEX triplet: 61, A2 and EF. RGB value is (97,162,239). Sum of RGB (Red+Green+Blue) = 97+162+239=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #61A2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A2EF is #9E5D10. Grayscale: #969696. Windows color (decimal): -10378513 or 15704673. OLE color: 15704673.
HSL color Cylindrical-coordinate representation of color #61A2EF: hue angle of 212.54º 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 #61A2EF is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 162 | 239 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.06 |
| HSL | 212.54º | 0.82% | 0.66% | - |
| HSV(B) | 212.54º | 0.59% | 0.94% | - |
| XYZ | 33.43 | 34.61 | 86.58 | - |
| YUV | 151.34 | 177.47 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 162 | 239 | 0.59 | 0.32 | 0 | 0.06 | 212.54 | 0.82 | 0.66 |
| Hex | 61 | A2 | EF | 3B | 20 | 0 | 6 | D5 | 52 | 42 |
| Octal | 141 | 242 | 357 | 73 | 40 | 0 | 6 | 325 | 122 | 102 |
| Binary | 1100001 | 10100010 | 11101111 | 111011 | 100000 | 0 | 110 | 11010101 | 1010010 | 1000010 |
Color Harmonies of #61A2EF
Complementary color
Monochromatic Colors of #61A2EF
Black with #61A2EF
Text Example
Text Example
White with #61A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A2EF; }
p { color: rgb(97,162,239); }
H1.HeaderClassName
{
color: #61A2EF;
}
.AnyTagClassName
{
color: #61A2EF;
}
</style>
background-color css
<style>
a { background-color: #61A2EF; }
a { background-color: rgb(97,162,239); }
div.DivClassName
{
background-color: #61A2EF;
}
.BgClassName
{
background-color: #61A2EF;
}
</style>
border-color css
<style>
span { border-color: #61A2EF; }
span { border-color: rgb(97,162,239); }
td.TdClassName
{
border-color: #61A2EF;
}
.TagClassName
{
border-color: #61A2EF;
}
</style>