Shades of Cornflower Blue #6193DD
Tints of Cornflower Blue #6193DD
RGB
CMYK
RGB Variations
Color information
#6193DD (or 0x6193DD) is known color: Cornflower Blue. HEX triplet: 61, 93 and DD. RGB value is (97,147,221). Sum of RGB (Red+Green+Blue) = 97+147+221=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #6193DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6193DD is #9E6C22. Grayscale: #8C8C8C. Windows color (decimal): -10382371 or 14521185. OLE color: 14521185.
HSL color Cylindrical-coordinate representation of color #6193DD: hue angle of 215.81º 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 #6193DD is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 147 | 221 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.13 |
| HSL | 215.81º | 0.65% | 0.62% | - |
| HSV(B) | 215.81º | 0.56% | 0.87% | - |
| XYZ | 28.41 | 28.63 | 72.44 | - |
| YUV | 140.49 | 173.44 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 147 | 221 | 0.56 | 0.33 | 0 | 0.13 | 215.81 | 0.65 | 0.62 |
| Hex | 61 | 93 | DD | 38 | 21 | 0 | D | D8 | 41 | 3E |
| Octal | 141 | 223 | 335 | 70 | 41 | 0 | 15 | 330 | 101 | 76 |
| Binary | 1100001 | 10010011 | 11011101 | 111000 | 100001 | 0 | 1101 | 11011000 | 1000001 | 111110 |
Color Harmonies of #6193DD
Complementary color
Monochromatic Colors of #6193DD
Black with #6193DD
Text Example
Text Example
White with #6193DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6193DD; }
p { color: rgb(97,147,221); }
H1.HeaderClassName
{
color: #6193DD;
}
.AnyTagClassName
{
color: #6193DD;
}
</style>
background-color css
<style>
a { background-color: #6193DD; }
a { background-color: rgb(97,147,221); }
div.DivClassName
{
background-color: #6193DD;
}
.BgClassName
{
background-color: #6193DD;
}
</style>
border-color css
<style>
span { border-color: #6193DD; }
span { border-color: rgb(97,147,221); }
td.TdClassName
{
border-color: #6193DD;
}
.TagClassName
{
border-color: #6193DD;
}
</style>