Shades of Cornflower Blue #61A0FF
Tints of Cornflower Blue #61A0FF
RGB
CMYK
RGB Variations
Color information
#61A0FF (or 0x61A0FF) is known color: Cornflower Blue. HEX triplet: 61, A0 and FF. RGB value is (97,160,255). Sum of RGB (Red+Green+Blue) = 97+160+255=512 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.95% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #61A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A0FF is #9E5F00. Grayscale: #979797. Windows color (decimal): -10379009 or 16752737. OLE color: 16752737.
HSL color Cylindrical-coordinate representation of color #61A0FF: hue angle of 216.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61A0FF is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 160 | 255 | - |
| CMYK | 0.62 | 0.37 | 0 | 0 |
| HSL | 216.08º | 1% | 0.69% | - |
| HSV(B) | 216.08º | 0.62% | 1% | - |
| XYZ | 35.55 | 34.9 | 99.47 | - |
| YUV | 151.99 | 186.13 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 160 | 255 | 0.62 | 0.37 | 0 | 0 | 216.08 | 1 | 0.69 |
| Hex | 61 | A0 | FF | 3E | 25 | 0 | 0 | D8 | 64 | 45 |
| Octal | 141 | 240 | 377 | 76 | 45 | 0 | 0 | 330 | 144 | 105 |
| Binary | 1100001 | 10100000 | 11111111 | 111110 | 100101 | 0 | 0 | 11011000 | 1100100 | 1000101 |
Color Harmonies of #61A0FF
Complementary color
Monochromatic Colors of #61A0FF
Black with #61A0FF
Text Example
Text Example
White with #61A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A0FF; }
p { color: rgb(97,160,255); }
H1.HeaderClassName
{
color: #61A0FF;
}
.AnyTagClassName
{
color: #61A0FF;
}
</style>
background-color css
<style>
a { background-color: #61A0FF; }
a { background-color: rgb(97,160,255); }
div.DivClassName
{
background-color: #61A0FF;
}
.BgClassName
{
background-color: #61A0FF;
}
</style>
border-color css
<style>
span { border-color: #61A0FF; }
span { border-color: rgb(97,160,255); }
td.TdClassName
{
border-color: #61A0FF;
}
.TagClassName
{
border-color: #61A0FF;
}
</style>