Shades of Cornflower Blue #6194EF
Tints of Cornflower Blue #6194EF
RGB
CMYK
RGB Variations
Color information
#6194EF (or 0x6194EF) is known color: Cornflower Blue. HEX triplet: 61, 94 and EF. RGB value is (97,148,239). Sum of RGB (Red+Green+Blue) = 97+148+239=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #6194EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6194EF is #9E6B10. Grayscale: #8E8E8E. Windows color (decimal): -10382097 or 15701089. OLE color: 15701089.
HSL color Cylindrical-coordinate representation of color #6194EF: hue angle of 218.45º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6194EF is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 148 | 239 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.06 |
| HSL | 218.45º | 0.82% | 0.66% | - |
| HSV(B) | 218.45º | 0.59% | 0.94% | - |
| XYZ | 31.1 | 29.95 | 85.8 | - |
| YUV | 143.13 | 182.1 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 148 | 239 | 0.59 | 0.38 | 0 | 0.06 | 218.45 | 0.82 | 0.66 |
| Hex | 61 | 94 | EF | 3B | 26 | 0 | 6 | DA | 52 | 42 |
| Octal | 141 | 224 | 357 | 73 | 46 | 0 | 6 | 332 | 122 | 102 |
| Binary | 1100001 | 10010100 | 11101111 | 111011 | 100110 | 0 | 110 | 11011010 | 1010010 | 1000010 |
Color Harmonies of #6194EF
Complementary color
Monochromatic Colors of #6194EF
Black with #6194EF
Text Example
Text Example
White with #6194EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6194EF; }
p { color: rgb(97,148,239); }
H1.HeaderClassName
{
color: #6194EF;
}
.AnyTagClassName
{
color: #6194EF;
}
</style>
background-color css
<style>
a { background-color: #6194EF; }
a { background-color: rgb(97,148,239); }
div.DivClassName
{
background-color: #6194EF;
}
.BgClassName
{
background-color: #6194EF;
}
</style>
border-color css
<style>
span { border-color: #6194EF; }
span { border-color: rgb(97,148,239); }
td.TdClassName
{
border-color: #6194EF;
}
.TagClassName
{
border-color: #6194EF;
}
</style>