Shades of Cornflower Blue #61ACF7
Tints of Cornflower Blue #61ACF7
RGB
CMYK
RGB Variations
Color information
#61ACF7 (or 0x61ACF7) is known color: Cornflower Blue. HEX triplet: 61, AC and F7. RGB value is (97,172,247). Sum of RGB (Red+Green+Blue) = 97+172+247=516 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.80% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #61ACF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ACF7 is #9E5308. Grayscale: #9D9D9D. Windows color (decimal): -10375945 or 16231521. OLE color: 16231521.
HSL color Cylindrical-coordinate representation of color #61ACF7: hue angle of 210º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61ACF7 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 172 | 247 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.03 |
| HSL | 210º | 0.9% | 0.67% | - |
| HSV(B) | 210º | 0.61% | 0.97% | - |
| XYZ | 36.47 | 38.76 | 93.56 | - |
| YUV | 158.13 | 178.15 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 247 | 0.61 | 0.30 | 0 | 0.03 | 210 | 0.9 | 0.67 |
| Hex | 61 | AC | F7 | 3D | 1E | 0 | 3 | D2 | 5A | 43 |
| Octal | 141 | 254 | 367 | 75 | 36 | 0 | 3 | 322 | 132 | 103 |
| Binary | 1100001 | 10101100 | 11110111 | 111101 | 11110 | 0 | 11 | 11010010 | 1011010 | 1000011 |
Color Harmonies of #61ACF7
Complementary color
Monochromatic Colors of #61ACF7
Black with #61ACF7
Text Example
Text Example
White with #61ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACF7; }
p { color: rgb(97,172,247); }
H1.HeaderClassName
{
color: #61ACF7;
}
.AnyTagClassName
{
color: #61ACF7;
}
</style>
background-color css
<style>
a { background-color: #61ACF7; }
a { background-color: rgb(97,172,247); }
div.DivClassName
{
background-color: #61ACF7;
}
.BgClassName
{
background-color: #61ACF7;
}
</style>
border-color css
<style>
span { border-color: #61ACF7; }
span { border-color: rgb(97,172,247); }
td.TdClassName
{
border-color: #61ACF7;
}
.TagClassName
{
border-color: #61ACF7;
}
</style>