Shades of Cornflower Blue #6178F1
Tints of Cornflower Blue #6178F1
RGB
CMYK
RGB Variations
Color information
#6178F1 (or 0x6178F1) is known color: Cornflower Blue. HEX triplet: 61, 78 and F1. RGB value is (97,120,241). Sum of RGB (Red+Green+Blue) = 97+120+241=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 241 (94.53% from 255 or 52.62% from 458); Max value from RGB is 241 - color contains mainly: blue. Hex color #6178F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6178F1 is #9E870E. Grayscale: #7E7E7E. Windows color (decimal): -10389263 or 15824993. OLE color: 15824993.
HSL color Cylindrical-coordinate representation of color #6178F1: hue angle of 230.42º 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 #6178F1 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 120 | 241 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.05 |
| HSL | 230.42º | 0.84% | 0.66% | - |
| HSV(B) | 230.42º | 0.6% | 0.95% | - |
| XYZ | 27.52 | 22.33 | 86.08 | - |
| YUV | 126.92 | 192.38 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 241 | 0.60 | 0.50 | 0 | 0.05 | 230.42 | 0.84 | 0.66 |
| Hex | 61 | 78 | F1 | 3C | 32 | 0 | 5 | E6 | 54 | 42 |
| Octal | 141 | 170 | 361 | 74 | 62 | 0 | 5 | 346 | 124 | 102 |
| Binary | 1100001 | 1111000 | 11110001 | 111100 | 110010 | 0 | 101 | 11100110 | 1010100 | 1000010 |
Color Harmonies of #6178F1
Complementary color
Monochromatic Colors of #6178F1
Black with #6178F1
Text Example
Text Example
White with #6178F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6178F1; }
p { color: rgb(97,120,241); }
H1.HeaderClassName
{
color: #6178F1;
}
.AnyTagClassName
{
color: #6178F1;
}
</style>
background-color css
<style>
a { background-color: #6178F1; }
a { background-color: rgb(97,120,241); }
div.DivClassName
{
background-color: #6178F1;
}
.BgClassName
{
background-color: #6178F1;
}
</style>
border-color css
<style>
span { border-color: #6178F1; }
span { border-color: rgb(97,120,241); }
td.TdClassName
{
border-color: #6178F1;
}
.TagClassName
{
border-color: #6178F1;
}
</style>