Shades of Cornflower Blue #6193EA
Tints of Cornflower Blue #6193EA
RGB
CMYK
RGB Variations
Color information
#6193EA (or 0x6193EA) is known color: Cornflower Blue. HEX triplet: 61, 93 and EA. RGB value is (97,147,234). Sum of RGB (Red+Green+Blue) = 97+147+234=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #6193EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6193EA is #9E6C15. Grayscale: #8D8D8D. Windows color (decimal): -10382358 or 15373153. OLE color: 15373153.
HSL color Cylindrical-coordinate representation of color #6193EA: hue angle of 218.1º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6193EA is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 147 | 234 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.08 |
| HSL | 218.1º | 0.77% | 0.65% | - |
| HSV(B) | 218.1º | 0.59% | 0.92% | - |
| XYZ | 30.21 | 29.35 | 81.91 | - |
| YUV | 141.97 | 179.94 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 147 | 234 | 0.59 | 0.37 | 0 | 0.08 | 218.1 | 0.77 | 0.65 |
| Hex | 61 | 93 | EA | 3B | 25 | 0 | 8 | DA | 4D | 41 |
| Octal | 141 | 223 | 352 | 73 | 45 | 0 | 10 | 332 | 115 | 101 |
| Binary | 1100001 | 10010011 | 11101010 | 111011 | 100101 | 0 | 1000 | 11011010 | 1001101 | 1000001 |
Color Harmonies of #6193EA
Complementary color
Monochromatic Colors of #6193EA
Black with #6193EA
Text Example
Text Example
White with #6193EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6193EA; }
p { color: rgb(97,147,234); }
H1.HeaderClassName
{
color: #6193EA;
}
.AnyTagClassName
{
color: #6193EA;
}
</style>
background-color css
<style>
a { background-color: #6193EA; }
a { background-color: rgb(97,147,234); }
div.DivClassName
{
background-color: #6193EA;
}
.BgClassName
{
background-color: #6193EA;
}
</style>
border-color css
<style>
span { border-color: #6193EA; }
span { border-color: rgb(97,147,234); }
td.TdClassName
{
border-color: #6193EA;
}
.TagClassName
{
border-color: #6193EA;
}
</style>