Shades of Cornflower Blue #6192DC
Tints of Cornflower Blue #6192DC
RGB
CMYK
RGB Variations
Color information
#6192DC (or 0x6192DC) is known color: Cornflower Blue. HEX triplet: 61, 92 and DC. RGB value is (97,146,220). Sum of RGB (Red+Green+Blue) = 97+146+220=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #6192DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6192DC is #9E6D23. Grayscale: #8B8B8B. Windows color (decimal): -10382628 or 14455393. OLE color: 14455393.
HSL color Cylindrical-coordinate representation of color #6192DC: hue angle of 216.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6192DC is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 146 | 220 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.14 |
| HSL | 216.1º | 0.64% | 0.62% | - |
| HSV(B) | 216.1º | 0.56% | 0.86% | - |
| XYZ | 28.13 | 28.27 | 71.68 | - |
| YUV | 139.79 | 173.27 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 220 | 0.56 | 0.34 | 0 | 0.14 | 216.1 | 0.64 | 0.62 |
| Hex | 61 | 92 | DC | 38 | 22 | 0 | E | D8 | 40 | 3E |
| Octal | 141 | 222 | 334 | 70 | 42 | 0 | 16 | 330 | 100 | 76 |
| Binary | 1100001 | 10010010 | 11011100 | 111000 | 100010 | 0 | 1110 | 11011000 | 1000000 | 111110 |
Color Harmonies of #6192DC
Complementary color
Monochromatic Colors of #6192DC
Black with #6192DC
Text Example
Text Example
White with #6192DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6192DC; }
p { color: rgb(97,146,220); }
H1.HeaderClassName
{
color: #6192DC;
}
.AnyTagClassName
{
color: #6192DC;
}
</style>
background-color css
<style>
a { background-color: #6192DC; }
a { background-color: rgb(97,146,220); }
div.DivClassName
{
background-color: #6192DC;
}
.BgClassName
{
background-color: #6192DC;
}
</style>
border-color css
<style>
span { border-color: #6192DC; }
span { border-color: rgb(97,146,220); }
td.TdClassName
{
border-color: #6192DC;
}
.TagClassName
{
border-color: #6192DC;
}
</style>