Shades of Cornflower Blue #6390D6
Tints of Cornflower Blue #6390D6
RGB
CMYK
RGB Variations
Color information
#6390D6 (or 0x6390D6) is known color: Cornflower Blue. HEX triplet: 63, 90 and D6. RGB value is (99,144,214). Sum of RGB (Red+Green+Blue) = 99+144+214=457 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.66% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #6390D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6390D6 is #9C6F29. Grayscale: #8A8A8A. Windows color (decimal): -10252074 or 14061667. OLE color: 14061667.
HSL color Cylindrical-coordinate representation of color #6390D6: hue angle of 216.52º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6390D6 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 144 | 214 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.16 |
| HSL | 216.52º | 0.58% | 0.61% | - |
| HSV(B) | 216.52º | 0.54% | 0.84% | - |
| XYZ | 27.26 | 27.45 | 67.48 | - |
| YUV | 138.53 | 170.59 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 144 | 214 | 0.54 | 0.33 | 0 | 0.16 | 216.52 | 0.58 | 0.61 |
| Hex | 63 | 90 | D6 | 36 | 21 | 0 | 10 | D9 | 3A | 3D |
| Octal | 143 | 220 | 326 | 66 | 41 | 0 | 20 | 331 | 72 | 75 |
| Binary | 1100011 | 10010000 | 11010110 | 110110 | 100001 | 0 | 10000 | 11011001 | 111010 | 111101 |
Color Harmonies of #6390D6
Complementary color
Monochromatic Colors of #6390D6
Black with #6390D6
Text Example
Text Example
White with #6390D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6390D6; }
p { color: rgb(99,144,214); }
H1.HeaderClassName
{
color: #6390D6;
}
.AnyTagClassName
{
color: #6390D6;
}
</style>
background-color css
<style>
a { background-color: #6390D6; }
a { background-color: rgb(99,144,214); }
div.DivClassName
{
background-color: #6390D6;
}
.BgClassName
{
background-color: #6390D6;
}
</style>
border-color css
<style>
span { border-color: #6390D6; }
span { border-color: rgb(99,144,214); }
td.TdClassName
{
border-color: #6390D6;
}
.TagClassName
{
border-color: #6390D6;
}
</style>