Shades of Cornflower Blue #617CDB
Tints of Cornflower Blue #617CDB
RGB
CMYK
RGB Variations
Color information
#617CDB (or 0x617CDB) is known color: Cornflower Blue. HEX triplet: 61, 7C and DB. RGB value is (97,124,219). Sum of RGB (Red+Green+Blue) = 97+124+219=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #617CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CDB is #9E8324. Grayscale: #7E7E7E. Windows color (decimal): -10388261 or 14384225. OLE color: 14384225.
HSL color Cylindrical-coordinate representation of color #617CDB: hue angle of 226.72º degrees, saturation: 0.63, 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 #617CDB is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 124 | 219 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.14 |
| HSL | 226.72º | 0.63% | 0.62% | - |
| HSV(B) | 226.72º | 0.56% | 0.86% | - |
| XYZ | 24.92 | 22.07 | 69.96 | - |
| YUV | 126.76 | 180.05 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 219 | 0.56 | 0.43 | 0 | 0.14 | 226.72 | 0.63 | 0.62 |
| Hex | 61 | 7C | DB | 38 | 2B | 0 | E | E3 | 3F | 3E |
| Octal | 141 | 174 | 333 | 70 | 53 | 0 | 16 | 343 | 77 | 76 |
| Binary | 1100001 | 1111100 | 11011011 | 111000 | 101011 | 0 | 1110 | 11100011 | 111111 | 111110 |
Color Harmonies of #617CDB
Complementary color
Monochromatic Colors of #617CDB
Black with #617CDB
Text Example
Text Example
White with #617CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617CDB; }
p { color: rgb(97,124,219); }
H1.HeaderClassName
{
color: #617CDB;
}
.AnyTagClassName
{
color: #617CDB;
}
</style>
background-color css
<style>
a { background-color: #617CDB; }
a { background-color: rgb(97,124,219); }
div.DivClassName
{
background-color: #617CDB;
}
.BgClassName
{
background-color: #617CDB;
}
</style>
border-color css
<style>
span { border-color: #617CDB; }
span { border-color: rgb(97,124,219); }
td.TdClassName
{
border-color: #617CDB;
}
.TagClassName
{
border-color: #617CDB;
}
</style>