Shades of Cornflower Blue #6394DF
Tints of Cornflower Blue #6394DF
RGB
CMYK
RGB Variations
Color information
#6394DF (or 0x6394DF) is known color: Cornflower Blue. HEX triplet: 63, 94 and DF. RGB value is (99,148,223). Sum of RGB (Red+Green+Blue) = 99+148+223=470 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.06% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #6394DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6394DF is #9C6B20. Grayscale: #8D8D8D. Windows color (decimal): -10251041 or 14652515. OLE color: 14652515.
HSL color Cylindrical-coordinate representation of color #6394DF: hue angle of 216.29º 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 #6394DF is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 148 | 223 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.13 |
| HSL | 216.29º | 0.66% | 0.63% | - |
| HSV(B) | 216.29º | 0.56% | 0.87% | - |
| XYZ | 29.05 | 29.16 | 73.91 | - |
| YUV | 141.9 | 173.77 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 223 | 0.56 | 0.34 | 0 | 0.13 | 216.29 | 0.66 | 0.63 |
| Hex | 63 | 94 | DF | 38 | 22 | 0 | D | D8 | 42 | 3F |
| Octal | 143 | 224 | 337 | 70 | 42 | 0 | 15 | 330 | 102 | 77 |
| Binary | 1100011 | 10010100 | 11011111 | 111000 | 100010 | 0 | 1101 | 11011000 | 1000010 | 111111 |
Color Harmonies of #6394DF
Complementary color
Monochromatic Colors of #6394DF
Black with #6394DF
Text Example
Text Example
White with #6394DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6394DF; }
p { color: rgb(99,148,223); }
H1.HeaderClassName
{
color: #6394DF;
}
.AnyTagClassName
{
color: #6394DF;
}
</style>
background-color css
<style>
a { background-color: #6394DF; }
a { background-color: rgb(99,148,223); }
div.DivClassName
{
background-color: #6394DF;
}
.BgClassName
{
background-color: #6394DF;
}
</style>
border-color css
<style>
span { border-color: #6394DF; }
span { border-color: rgb(99,148,223); }
td.TdClassName
{
border-color: #6394DF;
}
.TagClassName
{
border-color: #6394DF;
}
</style>