Shades of Cornflower Blue #61A5E6
Tints of Cornflower Blue #61A5E6
RGB
CMYK
RGB Variations
Color information
#61A5E6 (or 0x61A5E6) is known color: Cornflower Blue. HEX triplet: 61, A5 and E6. RGB value is (97,165,230). Sum of RGB (Red+Green+Blue) = 97+165+230=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #61A5E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A5E6 is #9E5A19. Grayscale: #979797. Windows color (decimal): -10377754 or 15115617. OLE color: 15115617.
HSL color Cylindrical-coordinate representation of color #61A5E6: hue angle of 209.32º degrees, saturation: 0.73, 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 #61A5E6 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 165 | 230 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.10 |
| HSL | 209.32º | 0.73% | 0.64% | - |
| HSV(B) | 209.32º | 0.58% | 0.9% | - |
| XYZ | 32.67 | 35.16 | 79.93 | - |
| YUV | 152.08 | 171.97 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 230 | 0.58 | 0.28 | 0 | 0.10 | 209.32 | 0.73 | 0.64 |
| Hex | 61 | A5 | E6 | 3A | 1C | 0 | A | D1 | 49 | 40 |
| Octal | 141 | 245 | 346 | 72 | 34 | 0 | 12 | 321 | 111 | 100 |
| Binary | 1100001 | 10100101 | 11100110 | 111010 | 11100 | 0 | 1010 | 11010001 | 1001001 | 1000000 |
Color Harmonies of #61A5E6
Complementary color
Monochromatic Colors of #61A5E6
Black with #61A5E6
Text Example
Text Example
White with #61A5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A5E6; }
p { color: rgb(97,165,230); }
H1.HeaderClassName
{
color: #61A5E6;
}
.AnyTagClassName
{
color: #61A5E6;
}
</style>
background-color css
<style>
a { background-color: #61A5E6; }
a { background-color: rgb(97,165,230); }
div.DivClassName
{
background-color: #61A5E6;
}
.BgClassName
{
background-color: #61A5E6;
}
</style>
border-color css
<style>
span { border-color: #61A5E6; }
span { border-color: rgb(97,165,230); }
td.TdClassName
{
border-color: #61A5E6;
}
.TagClassName
{
border-color: #61A5E6;
}
</style>