Shades of Cornflower Blue #61A6F0
Tints of Cornflower Blue #61A6F0
RGB
CMYK
RGB Variations
Color information
#61A6F0 (or 0x61A6F0) is known color: Cornflower Blue. HEX triplet: 61, A6 and F0. RGB value is (97,166,240). Sum of RGB (Red+Green+Blue) = 97+166+240=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #61A6F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A6F0 is #9E590F. Grayscale: #999999. Windows color (decimal): -10377488 or 15771233. OLE color: 15771233.
HSL color Cylindrical-coordinate representation of color #61A6F0: hue angle of 211.05º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61A6F0 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 166 | 240 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.06 |
| HSL | 211.05º | 0.83% | 0.66% | - |
| HSV(B) | 211.05º | 0.6% | 0.94% | - |
| XYZ | 34.29 | 36.11 | 87.6 | - |
| YUV | 153.81 | 176.64 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 166 | 240 | 0.60 | 0.31 | 0 | 0.06 | 211.05 | 0.83 | 0.66 |
| Hex | 61 | A6 | F0 | 3C | 1F | 0 | 6 | D3 | 53 | 42 |
| Octal | 141 | 246 | 360 | 74 | 37 | 0 | 6 | 323 | 123 | 102 |
| Binary | 1100001 | 10100110 | 11110000 | 111100 | 11111 | 0 | 110 | 11010011 | 1010011 | 1000010 |
Color Harmonies of #61A6F0
Complementary color
Monochromatic Colors of #61A6F0
Black with #61A6F0
Text Example
Text Example
White with #61A6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A6F0; }
p { color: rgb(97,166,240); }
H1.HeaderClassName
{
color: #61A6F0;
}
.AnyTagClassName
{
color: #61A6F0;
}
</style>
background-color css
<style>
a { background-color: #61A6F0; }
a { background-color: rgb(97,166,240); }
div.DivClassName
{
background-color: #61A6F0;
}
.BgClassName
{
background-color: #61A6F0;
}
</style>
border-color css
<style>
span { border-color: #61A6F0; }
span { border-color: rgb(97,166,240); }
td.TdClassName
{
border-color: #61A6F0;
}
.TagClassName
{
border-color: #61A6F0;
}
</style>