Shades of Cornflower Blue #61A4FA
Tints of Cornflower Blue #61A4FA
RGB
CMYK
RGB Variations
Color information
#61A4FA (or 0x61A4FA) is known color: Cornflower Blue. HEX triplet: 61, A4 and FA. RGB value is (97,164,250). Sum of RGB (Red+Green+Blue) = 97+164+250=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #61A4FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A4FA is #9E5B05. Grayscale: #999999. Windows color (decimal): -10377990 or 16426081. OLE color: 16426081.
HSL color Cylindrical-coordinate representation of color #61A4FA: hue angle of 213.73º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61A4FA is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 164 | 250 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.02 |
| HSL | 213.73º | 0.94% | 0.68% | - |
| HSV(B) | 213.73º | 0.61% | 0.98% | - |
| XYZ | 35.46 | 35.99 | 95.52 | - |
| YUV | 153.77 | 182.3 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 164 | 250 | 0.61 | 0.34 | 0 | 0.02 | 213.73 | 0.94 | 0.68 |
| Hex | 61 | A4 | FA | 3D | 22 | 0 | 2 | D6 | 5E | 44 |
| Octal | 141 | 244 | 372 | 75 | 42 | 0 | 2 | 326 | 136 | 104 |
| Binary | 1100001 | 10100100 | 11111010 | 111101 | 100010 | 0 | 10 | 11010110 | 1011110 | 1000100 |
Color Harmonies of #61A4FA
Complementary color
Monochromatic Colors of #61A4FA
Black with #61A4FA
Text Example
Text Example
White with #61A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A4FA; }
p { color: rgb(97,164,250); }
H1.HeaderClassName
{
color: #61A4FA;
}
.AnyTagClassName
{
color: #61A4FA;
}
</style>
background-color css
<style>
a { background-color: #61A4FA; }
a { background-color: rgb(97,164,250); }
div.DivClassName
{
background-color: #61A4FA;
}
.BgClassName
{
background-color: #61A4FA;
}
</style>
border-color css
<style>
span { border-color: #61A4FA; }
span { border-color: rgb(97,164,250); }
td.TdClassName
{
border-color: #61A4FA;
}
.TagClassName
{
border-color: #61A4FA;
}
</style>