Shades of Cornflower Blue #617CFF
Tints of Cornflower Blue #617CFF
RGB
CMYK
RGB Variations
Color information
#617CFF (or 0x617CFF) is known color: Cornflower Blue. HEX triplet: 61, 7C and FF. RGB value is (97,124,255). Sum of RGB (Red+Green+Blue) = 97+124+255=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #617CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #617CFF is #9E8300. Grayscale: #828282. Windows color (decimal): -10388225 or 16743521. OLE color: 16743521.
HSL color Cylindrical-coordinate representation of color #617CFF: hue angle of 229.75º 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 #617CFF is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 124 | 255 | - |
| CMYK | 0.62 | 0.51 | 0 | 0 |
| HSL | 229.75º | 1% | 0.69% | - |
| HSV(B) | 229.75º | 0.62% | 1% | - |
| XYZ | 30.19 | 24.18 | 97.68 | - |
| YUV | 130.86 | 198.05 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 255 | 0.62 | 0.51 | 0 | 0 | 229.75 | 1 | 0.69 |
| Hex | 61 | 7C | FF | 3E | 33 | 0 | 0 | E6 | 64 | 45 |
| Octal | 141 | 174 | 377 | 76 | 63 | 0 | 0 | 346 | 144 | 105 |
| Binary | 1100001 | 1111100 | 11111111 | 111110 | 110011 | 0 | 0 | 11100110 | 1100100 | 1000101 |
Color Harmonies of #617CFF
Complementary color
Monochromatic Colors of #617CFF
Black with #617CFF
Text Example
Text Example
White with #617CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617CFF; }
p { color: rgb(97,124,255); }
H1.HeaderClassName
{
color: #617CFF;
}
.AnyTagClassName
{
color: #617CFF;
}
</style>
background-color css
<style>
a { background-color: #617CFF; }
a { background-color: rgb(97,124,255); }
div.DivClassName
{
background-color: #617CFF;
}
.BgClassName
{
background-color: #617CFF;
}
</style>
border-color css
<style>
span { border-color: #617CFF; }
span { border-color: rgb(97,124,255); }
td.TdClassName
{
border-color: #617CFF;
}
.TagClassName
{
border-color: #617CFF;
}
</style>