Shades of Cornflower Blue #6385EC
Tints of Cornflower Blue #6385EC
RGB
CMYK
RGB Variations
Color information
#6385EC (or 0x6385EC) is known color: Cornflower Blue. HEX triplet: 63, 85 and EC. RGB value is (99,133,236). Sum of RGB (Red+Green+Blue) = 99+133+236=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #6385EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6385EC is #9C7A13. Grayscale: #868686. Windows color (decimal): -10254868 or 15500643. OLE color: 15500643.
HSL color Cylindrical-coordinate representation of color #6385EC: hue angle of 225.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6385EC is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 133 | 236 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.07 |
| HSL | 225.11º | 0.78% | 0.66% | - |
| HSV(B) | 225.11º | 0.58% | 0.93% | - |
| XYZ | 28.67 | 25.48 | 82.76 | - |
| YUV | 134.58 | 185.24 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 236 | 0.58 | 0.44 | 0 | 0.07 | 225.11 | 0.78 | 0.66 |
| Hex | 63 | 85 | EC | 3A | 2C | 0 | 7 | E1 | 4E | 42 |
| Octal | 143 | 205 | 354 | 72 | 54 | 0 | 7 | 341 | 116 | 102 |
| Binary | 1100011 | 10000101 | 11101100 | 111010 | 101100 | 0 | 111 | 11100001 | 1001110 | 1000010 |
Color Harmonies of #6385EC
Complementary color
Monochromatic Colors of #6385EC
Black with #6385EC
Text Example
Text Example
White with #6385EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6385EC; }
p { color: rgb(99,133,236); }
H1.HeaderClassName
{
color: #6385EC;
}
.AnyTagClassName
{
color: #6385EC;
}
</style>
background-color css
<style>
a { background-color: #6385EC; }
a { background-color: rgb(99,133,236); }
div.DivClassName
{
background-color: #6385EC;
}
.BgClassName
{
background-color: #6385EC;
}
</style>
border-color css
<style>
span { border-color: #6385EC; }
span { border-color: rgb(99,133,236); }
td.TdClassName
{
border-color: #6385EC;
}
.TagClassName
{
border-color: #6385EC;
}
</style>