Shades of Cornflower Blue #61AAFF
Tints of Cornflower Blue #61AAFF
RGB
CMYK
RGB Variations
Color information
#61AAFF (or 0x61AAFF) is known color: Cornflower Blue. HEX triplet: 61, AA and FF. RGB value is (97,170,255). Sum of RGB (Red+Green+Blue) = 97+170+255=522 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.58% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #61AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61AAFF is #9E5500. Grayscale: #9D9D9D. Windows color (decimal): -10376449 or 16755297. OLE color: 16755297.
HSL color Cylindrical-coordinate representation of color #61AAFF: hue angle of 212.28º 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 #61AAFF is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 170 | 255 | - |
| CMYK | 0.62 | 0.33 | 0 | 0 |
| HSL | 212.28º | 1% | 0.69% | - |
| HSV(B) | 212.28º | 0.62% | 1% | - |
| XYZ | 37.35 | 38.51 | 100.07 | - |
| YUV | 157.86 | 182.82 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 255 | 0.62 | 0.33 | 0 | 0 | 212.28 | 1 | 0.69 |
| Hex | 61 | AA | FF | 3E | 21 | 0 | 0 | D4 | 64 | 45 |
| Octal | 141 | 252 | 377 | 76 | 41 | 0 | 0 | 324 | 144 | 105 |
| Binary | 1100001 | 10101010 | 11111111 | 111110 | 100001 | 0 | 0 | 11010100 | 1100100 | 1000101 |
Color Harmonies of #61AAFF
Complementary color
Monochromatic Colors of #61AAFF
Black with #61AAFF
Text Example
Text Example
White with #61AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AAFF; }
p { color: rgb(97,170,255); }
H1.HeaderClassName
{
color: #61AAFF;
}
.AnyTagClassName
{
color: #61AAFF;
}
</style>
background-color css
<style>
a { background-color: #61AAFF; }
a { background-color: rgb(97,170,255); }
div.DivClassName
{
background-color: #61AAFF;
}
.BgClassName
{
background-color: #61AAFF;
}
</style>
border-color css
<style>
span { border-color: #61AAFF; }
span { border-color: rgb(97,170,255); }
td.TdClassName
{
border-color: #61AAFF;
}
.TagClassName
{
border-color: #61AAFF;
}
</style>