Shades of Cornflower Blue #617AFC
Tints of Cornflower Blue #617AFC
RGB
CMYK
RGB Variations
Color information
#617AFC (or 0x617AFC) is known color: Cornflower Blue. HEX triplet: 61, 7A and FC. RGB value is (97,122,252). Sum of RGB (Red+Green+Blue) = 97+122+252=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #617AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #617AFC is #9E8503. Grayscale: #808080. Windows color (decimal): -10388740 or 16546401. OLE color: 16546401.
HSL color Cylindrical-coordinate representation of color #617AFC: hue angle of 230.32º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #617AFC is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 122 | 252 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.01 |
| HSL | 230.32º | 0.96% | 0.68% | - |
| HSV(B) | 230.32º | 0.62% | 0.99% | - |
| XYZ | 29.46 | 23.49 | 95.08 | - |
| YUV | 129.35 | 197.22 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 252 | 0.62 | 0.52 | 0 | 0.01 | 230.32 | 0.96 | 0.68 |
| Hex | 61 | 7A | FC | 3E | 34 | 0 | 1 | E6 | 60 | 44 |
| Octal | 141 | 172 | 374 | 76 | 64 | 0 | 1 | 346 | 140 | 104 |
| Binary | 1100001 | 1111010 | 11111100 | 111110 | 110100 | 0 | 1 | 11100110 | 1100000 | 1000100 |
Color Harmonies of #617AFC
Complementary color
Monochromatic Colors of #617AFC
Black with #617AFC
Text Example
Text Example
White with #617AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617AFC; }
p { color: rgb(97,122,252); }
H1.HeaderClassName
{
color: #617AFC;
}
.AnyTagClassName
{
color: #617AFC;
}
</style>
background-color css
<style>
a { background-color: #617AFC; }
a { background-color: rgb(97,122,252); }
div.DivClassName
{
background-color: #617AFC;
}
.BgClassName
{
background-color: #617AFC;
}
</style>
border-color css
<style>
span { border-color: #617AFC; }
span { border-color: rgb(97,122,252); }
td.TdClassName
{
border-color: #617AFC;
}
.TagClassName
{
border-color: #617AFC;
}
</style>