Shades of Cornflower Blue #61A2FF
Tints of Cornflower Blue #61A2FF
RGB
CMYK
RGB Variations
Color information
#61A2FF (or 0x61A2FF) is known color: Cornflower Blue. HEX triplet: 61, A2 and FF. RGB value is (97,162,255). Sum of RGB (Red+Green+Blue) = 97+162+255=514 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.87% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #61A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A2FF is #9E5D00. Grayscale: #989898. Windows color (decimal): -10378497 or 16753249. OLE color: 16753249.
HSL color Cylindrical-coordinate representation of color #61A2FF: hue angle of 215.32º 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 #61A2FF is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 97 | 162 | 255 | - |
CMYK | 0.62 | 0.36 | 0 | 0 |
HSL | 215.32º | 1% | 0.69% | - |
HSV(B) | 215.32º | 0.62% | 1% | - |
XYZ | 35.9 | 35.6 | 99.59 | - |
YUV | 153.17 | 185.47 | 87.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 97 | 162 | 255 | 0.62 | 0.36 | 0 | 0 | 215.32 | 1 | 0.69 |
Hex | 61 | A2 | FF | 3E | 24 | 0 | 0 | D7 | 64 | 45 |
Octal | 141 | 242 | 377 | 76 | 44 | 0 | 0 | 327 | 144 | 105 |
Binary | 1100001 | 10100010 | 11111111 | 111110 | 100100 | 0 | 0 | 11010111 | 1100100 | 1000101 |
Color Harmonies of #61A2FF
Complementary color
Monochromatic Colors of #61A2FF
Black with #61A2FF
Text Example
Text Example
White with #61A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A2FF; }
p { color: rgb(97,162,255); }
H1.HeaderClassName
{
color: #61A2FF;
}
.AnyTagClassName
{
color: #61A2FF;
}
</style>
background-color css
<style>
a { background-color: #61A2FF; }
a { background-color: rgb(97,162,255); }
div.DivClassName
{
background-color: #61A2FF;
}
.BgClassName
{
background-color: #61A2FF;
}
</style>
border-color css
<style>
span { border-color: #61A2FF; }
span { border-color: rgb(97,162,255); }
td.TdClassName
{
border-color: #61A2FF;
}
.TagClassName
{
border-color: #61A2FF;
}
</style>