Shades of Cornflower Blue #61A5E5
Tints of Cornflower Blue #61A5E5
RGB
CMYK
RGB Variations
Color information
#61A5E5 (or 0x61A5E5) is known color: Cornflower Blue. HEX triplet: 61, A5 and E5. RGB value is (97,165,229). Sum of RGB (Red+Green+Blue) = 97+165+229=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #61A5E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A5E5 is #9E5A1A. Grayscale: #979797. Windows color (decimal): -10377755 or 15050081. OLE color: 15050081.
HSL color Cylindrical-coordinate representation of color #61A5E5: hue angle of 209.09º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61A5E5 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 165 | 229 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.10 |
| HSL | 209.09º | 0.72% | 0.64% | - |
| HSV(B) | 209.09º | 0.58% | 0.9% | - |
| XYZ | 32.53 | 35.11 | 79.19 | - |
| YUV | 151.96 | 171.47 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 229 | 0.58 | 0.28 | 0 | 0.10 | 209.09 | 0.72 | 0.64 |
| Hex | 61 | A5 | E5 | 3A | 1C | 0 | A | D1 | 48 | 40 |
| Octal | 141 | 245 | 345 | 72 | 34 | 0 | 12 | 321 | 110 | 100 |
| Binary | 1100001 | 10100101 | 11100101 | 111010 | 11100 | 0 | 1010 | 11010001 | 1001000 | 1000000 |
Color Harmonies of #61A5E5
Complementary color
Monochromatic Colors of #61A5E5
Black with #61A5E5
Text Example
Text Example
White with #61A5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A5E5; }
p { color: rgb(97,165,229); }
H1.HeaderClassName
{
color: #61A5E5;
}
.AnyTagClassName
{
color: #61A5E5;
}
</style>
background-color css
<style>
a { background-color: #61A5E5; }
a { background-color: rgb(97,165,229); }
div.DivClassName
{
background-color: #61A5E5;
}
.BgClassName
{
background-color: #61A5E5;
}
</style>
border-color css
<style>
span { border-color: #61A5E5; }
span { border-color: rgb(97,165,229); }
td.TdClassName
{
border-color: #61A5E5;
}
.TagClassName
{
border-color: #61A5E5;
}
</style>