Shades of Cornflower Blue #6177F1
Tints of Cornflower Blue #6177F1
RGB
CMYK
RGB Variations
Color information
#6177F1 (or 0x6177F1) is known color: Cornflower Blue. HEX triplet: 61, 77 and F1. RGB value is (97,119,241). Sum of RGB (Red+Green+Blue) = 97+119+241=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #6177F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6177F1 is #9E880E. Grayscale: #7D7D7D. Windows color (decimal): -10389519 or 15824737. OLE color: 15824737.
HSL color Cylindrical-coordinate representation of color #6177F1: hue angle of 230.83º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6177F1 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 119 | 241 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.05 |
| HSL | 230.83º | 0.84% | 0.66% | - |
| HSV(B) | 230.83º | 0.6% | 0.95% | - |
| XYZ | 27.4 | 22.09 | 86.04 | - |
| YUV | 126.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 241 | 0.60 | 0.51 | 0 | 0.05 | 230.83 | 0.84 | 0.66 |
| Hex | 61 | 77 | F1 | 3C | 33 | 0 | 5 | E7 | 54 | 42 |
| Octal | 141 | 167 | 361 | 74 | 63 | 0 | 5 | 347 | 124 | 102 |
| Binary | 1100001 | 1110111 | 11110001 | 111100 | 110011 | 0 | 101 | 11100111 | 1010100 | 1000010 |
Color Harmonies of #6177F1
Complementary color
Monochromatic Colors of #6177F1
Black with #6177F1
Text Example
Text Example
White with #6177F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6177F1; }
p { color: rgb(97,119,241); }
H1.HeaderClassName
{
color: #6177F1;
}
.AnyTagClassName
{
color: #6177F1;
}
</style>
background-color css
<style>
a { background-color: #6177F1; }
a { background-color: rgb(97,119,241); }
div.DivClassName
{
background-color: #6177F1;
}
.BgClassName
{
background-color: #6177F1;
}
</style>
border-color css
<style>
span { border-color: #6177F1; }
span { border-color: rgb(97,119,241); }
td.TdClassName
{
border-color: #6177F1;
}
.TagClassName
{
border-color: #6177F1;
}
</style>