Shades of Cornflower Blue #6193FF
Tints of Cornflower Blue #6193FF
RGB
CMYK
RGB Variations
Color information
#6193FF (or 0x6193FF) is known color: Cornflower Blue. HEX triplet: 61, 93 and FF. RGB value is (97,147,255). Sum of RGB (Red+Green+Blue) = 97+147+255=499 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.44% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #6193FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6193FF is #9E6C00. Grayscale: #8F8F8F. Windows color (decimal): -10382337 or 16749409. OLE color: 16749409.
HSL color Cylindrical-coordinate representation of color #6193FF: hue angle of 221.01º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6193FF is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 147 | 255 | - |
| CMYK | 0.62 | 0.42 | 0 | 0 |
| HSL | 221.01º | 1% | 0.69% | - |
| HSV(B) | 221.01º | 0.62% | 1% | - |
| XYZ | 33.41 | 30.63 | 98.76 | - |
| YUV | 144.36 | 190.44 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 147 | 255 | 0.62 | 0.42 | 0 | 0 | 221.01 | 1 | 0.69 |
| Hex | 61 | 93 | FF | 3E | 2A | 0 | 0 | DD | 64 | 45 |
| Octal | 141 | 223 | 377 | 76 | 52 | 0 | 0 | 335 | 144 | 105 |
| Binary | 1100001 | 10010011 | 11111111 | 111110 | 101010 | 0 | 0 | 11011101 | 1100100 | 1000101 |
Color Harmonies of #6193FF
Complementary color
Monochromatic Colors of #6193FF
Black with #6193FF
Text Example
Text Example
White with #6193FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6193FF; }
p { color: rgb(97,147,255); }
H1.HeaderClassName
{
color: #6193FF;
}
.AnyTagClassName
{
color: #6193FF;
}
</style>
background-color css
<style>
a { background-color: #6193FF; }
a { background-color: rgb(97,147,255); }
div.DivClassName
{
background-color: #6193FF;
}
.BgClassName
{
background-color: #6193FF;
}
</style>
border-color css
<style>
span { border-color: #6193FF; }
span { border-color: rgb(97,147,255); }
td.TdClassName
{
border-color: #6193FF;
}
.TagClassName
{
border-color: #6193FF;
}
</style>