Shades of Cornflower Blue #61A7F3
Tints of Cornflower Blue #61A7F3
RGB
CMYK
RGB Variations
Color information
#61A7F3 (or 0x61A7F3) is known color: Cornflower Blue. HEX triplet: 61, A7 and F3. RGB value is (97,167,243). Sum of RGB (Red+Green+Blue) = 97+167+243=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #61A7F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A7F3 is #9E580C. Grayscale: #9A9A9A. Windows color (decimal): -10377229 or 15968097. OLE color: 15968097.
HSL color Cylindrical-coordinate representation of color #61A7F3: hue angle of 211.23º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61A7F3 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 167 | 243 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.05 |
| HSL | 211.23º | 0.86% | 0.67% | - |
| HSV(B) | 211.23º | 0.6% | 0.95% | - |
| XYZ | 34.93 | 36.65 | 90.03 | - |
| YUV | 154.73 | 177.81 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 167 | 243 | 0.60 | 0.31 | 0 | 0.05 | 211.23 | 0.86 | 0.67 |
| Hex | 61 | A7 | F3 | 3C | 1F | 0 | 5 | D3 | 56 | 43 |
| Octal | 141 | 247 | 363 | 74 | 37 | 0 | 5 | 323 | 126 | 103 |
| Binary | 1100001 | 10100111 | 11110011 | 111100 | 11111 | 0 | 101 | 11010011 | 1010110 | 1000011 |
Color Harmonies of #61A7F3
Complementary color
Monochromatic Colors of #61A7F3
Black with #61A7F3
Text Example
Text Example
White with #61A7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A7F3; }
p { color: rgb(97,167,243); }
H1.HeaderClassName
{
color: #61A7F3;
}
.AnyTagClassName
{
color: #61A7F3;
}
</style>
background-color css
<style>
a { background-color: #61A7F3; }
a { background-color: rgb(97,167,243); }
div.DivClassName
{
background-color: #61A7F3;
}
.BgClassName
{
background-color: #61A7F3;
}
</style>
border-color css
<style>
span { border-color: #61A7F3; }
span { border-color: rgb(97,167,243); }
td.TdClassName
{
border-color: #61A7F3;
}
.TagClassName
{
border-color: #61A7F3;
}
</style>