Shades of Cornflower Blue #778DF6
Tints of Cornflower Blue #778DF6
RGB
CMYK
RGB Variations
Color information
#778DF6 (or 0x778DF6) is known color: Cornflower Blue. HEX triplet: 77, 8D and F6. RGB value is (119,141,246). Sum of RGB (Red+Green+Blue) = 119+141+246=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #778DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778DF6 is #887209. Grayscale: #919191. Windows color (decimal): -8942090 or 16158071. OLE color: 16158071.
HSL color Cylindrical-coordinate representation of color #778DF6: hue angle of 229.61º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #778DF6 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 141 | 246 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.04 |
| HSL | 229.61º | 0.88% | 0.72% | - |
| HSV(B) | 229.61º | 0.52% | 0.96% | - |
| XYZ | 33.77 | 29.63 | 91.13 | - |
| YUV | 146.39 | 184.21 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 246 | 0.52 | 0.43 | 0 | 0.04 | 229.61 | 0.88 | 0.72 |
| Hex | 77 | 8D | F6 | 34 | 2B | 0 | 4 | E6 | 58 | 48 |
| Octal | 167 | 215 | 366 | 64 | 53 | 0 | 4 | 346 | 130 | 110 |
| Binary | 1110111 | 10001101 | 11110110 | 110100 | 101011 | 0 | 100 | 11100110 | 1011000 | 1001000 |
Color Harmonies of #778DF6
Complementary color
Monochromatic Colors of #778DF6
Black with #778DF6
Text Example
Text Example
White with #778DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778DF6; }
p { color: rgb(119,141,246); }
H1.HeaderClassName
{
color: #778DF6;
}
.AnyTagClassName
{
color: #778DF6;
}
</style>
background-color css
<style>
a { background-color: #778DF6; }
a { background-color: rgb(119,141,246); }
div.DivClassName
{
background-color: #778DF6;
}
.BgClassName
{
background-color: #778DF6;
}
</style>
border-color css
<style>
span { border-color: #778DF6; }
span { border-color: rgb(119,141,246); }
td.TdClassName
{
border-color: #778DF6;
}
.TagClassName
{
border-color: #778DF6;
}
</style>