Shades of Cornflower Blue #6192DD
Tints of Cornflower Blue #6192DD
RGB
CMYK
RGB Variations
Color information
#6192DD (or 0x6192DD) is known color: Cornflower Blue. HEX triplet: 61, 92 and DD. RGB value is (97,146,221). Sum of RGB (Red+Green+Blue) = 97+146+221=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #6192DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6192DD is #9E6D22. Grayscale: #8B8B8B. Windows color (decimal): -10382627 or 14520929. OLE color: 14520929.
HSL color Cylindrical-coordinate representation of color #6192DD: hue angle of 216.29º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6192DD is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 146 | 221 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.13 |
| HSL | 216.29º | 0.65% | 0.62% | - |
| HSV(B) | 216.29º | 0.56% | 0.87% | - |
| XYZ | 28.26 | 28.32 | 72.38 | - |
| YUV | 139.9 | 173.77 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 221 | 0.56 | 0.34 | 0 | 0.13 | 216.29 | 0.65 | 0.62 |
| Hex | 61 | 92 | DD | 38 | 22 | 0 | D | D8 | 41 | 3E |
| Octal | 141 | 222 | 335 | 70 | 42 | 0 | 15 | 330 | 101 | 76 |
| Binary | 1100001 | 10010010 | 11011101 | 111000 | 100010 | 0 | 1101 | 11011000 | 1000001 | 111110 |
Color Harmonies of #6192DD
Complementary color
Monochromatic Colors of #6192DD
Black with #6192DD
Text Example
Text Example
White with #6192DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6192DD; }
p { color: rgb(97,146,221); }
H1.HeaderClassName
{
color: #6192DD;
}
.AnyTagClassName
{
color: #6192DD;
}
</style>
background-color css
<style>
a { background-color: #6192DD; }
a { background-color: rgb(97,146,221); }
div.DivClassName
{
background-color: #6192DD;
}
.BgClassName
{
background-color: #6192DD;
}
</style>
border-color css
<style>
span { border-color: #6192DD; }
span { border-color: rgb(97,146,221); }
td.TdClassName
{
border-color: #6192DD;
}
.TagClassName
{
border-color: #6192DD;
}
</style>