Shades of Cornflower Blue #617ADC
Tints of Cornflower Blue #617ADC
RGB
CMYK
RGB Variations
Color information
#617ADC (or 0x617ADC) is known color: Cornflower Blue. HEX triplet: 61, 7A and DC. RGB value is (97,122,220). Sum of RGB (Red+Green+Blue) = 97+122+220=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #617ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617ADC is #9E8523. Grayscale: #7D7D7D. Windows color (decimal): -10388772 or 14449249. OLE color: 14449249.
HSL color Cylindrical-coordinate representation of color #617ADC: hue angle of 227.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #617ADC is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 122 | 220 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.14 |
| HSL | 227.8º | 0.64% | 0.62% | - |
| HSV(B) | 227.8º | 0.56% | 0.86% | - |
| XYZ | 24.81 | 21.63 | 70.58 | - |
| YUV | 125.7 | 181.22 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 220 | 0.56 | 0.45 | 0 | 0.14 | 227.8 | 0.64 | 0.62 |
| Hex | 61 | 7A | DC | 38 | 2D | 0 | E | E4 | 40 | 3E |
| Octal | 141 | 172 | 334 | 70 | 55 | 0 | 16 | 344 | 100 | 76 |
| Binary | 1100001 | 1111010 | 11011100 | 111000 | 101101 | 0 | 1110 | 11100100 | 1000000 | 111110 |
Color Harmonies of #617ADC
Complementary color
Monochromatic Colors of #617ADC
Black with #617ADC
Text Example
Text Example
White with #617ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617ADC; }
p { color: rgb(97,122,220); }
H1.HeaderClassName
{
color: #617ADC;
}
.AnyTagClassName
{
color: #617ADC;
}
</style>
background-color css
<style>
a { background-color: #617ADC; }
a { background-color: rgb(97,122,220); }
div.DivClassName
{
background-color: #617ADC;
}
.BgClassName
{
background-color: #617ADC;
}
</style>
border-color css
<style>
span { border-color: #617ADC; }
span { border-color: rgb(97,122,220); }
td.TdClassName
{
border-color: #617ADC;
}
.TagClassName
{
border-color: #617ADC;
}
</style>