Shades of Cornflower Blue #6385EB
Tints of Cornflower Blue #6385EB
RGB
CMYK
RGB Variations
Color information
#6385EB (or 0x6385EB) is known color: Cornflower Blue. HEX triplet: 63, 85 and EB. RGB value is (99,133,235). Sum of RGB (Red+Green+Blue) = 99+133+235=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #6385EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6385EB is #9C7A14. Grayscale: #868686. Windows color (decimal): -10254869 or 15435107. OLE color: 15435107.
HSL color Cylindrical-coordinate representation of color #6385EB: hue angle of 225º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6385EB is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 133 | 235 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.08 |
| HSL | 225º | 0.77% | 0.65% | - |
| HSV(B) | 225º | 0.58% | 0.92% | - |
| XYZ | 28.53 | 25.43 | 82 | - |
| YUV | 134.46 | 184.74 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 235 | 0.58 | 0.43 | 0 | 0.08 | 225 | 0.77 | 0.65 |
| Hex | 63 | 85 | EB | 3A | 2B | 0 | 8 | E1 | 4D | 41 |
| Octal | 143 | 205 | 353 | 72 | 53 | 0 | 10 | 341 | 115 | 101 |
| Binary | 1100011 | 10000101 | 11101011 | 111010 | 101011 | 0 | 1000 | 11100001 | 1001101 | 1000001 |
Color Harmonies of #6385EB
Complementary color
Monochromatic Colors of #6385EB
Black with #6385EB
Text Example
Text Example
White with #6385EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6385EB; }
p { color: rgb(99,133,235); }
H1.HeaderClassName
{
color: #6385EB;
}
.AnyTagClassName
{
color: #6385EB;
}
</style>
background-color css
<style>
a { background-color: #6385EB; }
a { background-color: rgb(99,133,235); }
div.DivClassName
{
background-color: #6385EB;
}
.BgClassName
{
background-color: #6385EB;
}
</style>
border-color css
<style>
span { border-color: #6385EB; }
span { border-color: rgb(99,133,235); }
td.TdClassName
{
border-color: #6385EB;
}
.TagClassName
{
border-color: #6385EB;
}
</style>