Shades of Cornflower Blue #6393DF
Tints of Cornflower Blue #6393DF
RGB
CMYK
RGB Variations
Color information
#6393DF (or 0x6393DF) is known color: Cornflower Blue. HEX triplet: 63, 93 and DF. RGB value is (99,147,223). Sum of RGB (Red+Green+Blue) = 99+147+223=469 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.11% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #6393DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6393DF is #9C6C20. Grayscale: #8C8C8C. Windows color (decimal): -10251297 or 14652259. OLE color: 14652259.
HSL color Cylindrical-coordinate representation of color #6393DF: hue angle of 216.77º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6393DF is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 147 | 223 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.13 |
| HSL | 216.77º | 0.66% | 0.63% | - |
| HSV(B) | 216.77º | 0.56% | 0.87% | - |
| XYZ | 28.9 | 28.85 | 73.86 | - |
| YUV | 141.31 | 174.1 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 147 | 223 | 0.56 | 0.34 | 0 | 0.13 | 216.77 | 0.66 | 0.63 |
| Hex | 63 | 93 | DF | 38 | 22 | 0 | D | D9 | 42 | 3F |
| Octal | 143 | 223 | 337 | 70 | 42 | 0 | 15 | 331 | 102 | 77 |
| Binary | 1100011 | 10010011 | 11011111 | 111000 | 100010 | 0 | 1101 | 11011001 | 1000010 | 111111 |
Color Harmonies of #6393DF
Complementary color
Monochromatic Colors of #6393DF
Black with #6393DF
Text Example
Text Example
White with #6393DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6393DF; }
p { color: rgb(99,147,223); }
H1.HeaderClassName
{
color: #6393DF;
}
.AnyTagClassName
{
color: #6393DF;
}
</style>
background-color css
<style>
a { background-color: #6393DF; }
a { background-color: rgb(99,147,223); }
div.DivClassName
{
background-color: #6393DF;
}
.BgClassName
{
background-color: #6393DF;
}
</style>
border-color css
<style>
span { border-color: #6393DF; }
span { border-color: rgb(99,147,223); }
td.TdClassName
{
border-color: #6393DF;
}
.TagClassName
{
border-color: #6393DF;
}
</style>