Shades of Cornflower Blue #6385EE
Tints of Cornflower Blue #6385EE
RGB
CMYK
RGB Variations
Color information
#6385EE (or 0x6385EE) is known color: Cornflower Blue. HEX triplet: 63, 85 and EE. RGB value is (99,133,238). Sum of RGB (Red+Green+Blue) = 99+133+238=470 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.06% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #6385EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6385EE is #9C7A11. Grayscale: #868686. Windows color (decimal): -10254866 or 15631715. OLE color: 15631715.
HSL color Cylindrical-coordinate representation of color #6385EE: hue angle of 225.32º degrees, saturation: 0.8, 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 #6385EE is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 133 | 238 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.07 |
| HSL | 225.32º | 0.8% | 0.66% | - |
| HSV(B) | 225.32º | 0.58% | 0.93% | - |
| XYZ | 28.97 | 25.6 | 84.3 | - |
| YUV | 134.8 | 186.24 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 238 | 0.58 | 0.44 | 0 | 0.07 | 225.32 | 0.8 | 0.66 |
| Hex | 63 | 85 | EE | 3A | 2C | 0 | 7 | E1 | 50 | 42 |
| Octal | 143 | 205 | 356 | 72 | 54 | 0 | 7 | 341 | 120 | 102 |
| Binary | 1100011 | 10000101 | 11101110 | 111010 | 101100 | 0 | 111 | 11100001 | 1010000 | 1000010 |
Color Harmonies of #6385EE
Complementary color
Monochromatic Colors of #6385EE
Black with #6385EE
Text Example
Text Example
White with #6385EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6385EE; }
p { color: rgb(99,133,238); }
H1.HeaderClassName
{
color: #6385EE;
}
.AnyTagClassName
{
color: #6385EE;
}
</style>
background-color css
<style>
a { background-color: #6385EE; }
a { background-color: rgb(99,133,238); }
div.DivClassName
{
background-color: #6385EE;
}
.BgClassName
{
background-color: #6385EE;
}
</style>
border-color css
<style>
span { border-color: #6385EE; }
span { border-color: rgb(99,133,238); }
td.TdClassName
{
border-color: #6385EE;
}
.TagClassName
{
border-color: #6385EE;
}
</style>