Shades of Cornflower Blue #6385FA
Tints of Cornflower Blue #6385FA
RGB
CMYK
RGB Variations
Color information
#6385FA (or 0x6385FA) is known color: Cornflower Blue. HEX triplet: 63, 85 and FA. RGB value is (99,133,250). Sum of RGB (Red+Green+Blue) = 99+133+250=482 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.54% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #6385FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6385FA is #9C7A05. Grayscale: #878787. Windows color (decimal): -10254854 or 16418147. OLE color: 16418147.
HSL color Cylindrical-coordinate representation of color #6385FA: hue angle of 226.49º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6385FA is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 133 | 250 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.02 |
| HSL | 226.49º | 0.94% | 0.68% | - |
| HSV(B) | 226.49º | 0.6% | 0.98% | - |
| XYZ | 30.79 | 26.33 | 93.9 | - |
| YUV | 136.17 | 192.24 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 250 | 0.60 | 0.47 | 0 | 0.02 | 226.49 | 0.94 | 0.68 |
| Hex | 63 | 85 | FA | 3C | 2F | 0 | 2 | E2 | 5E | 44 |
| Octal | 143 | 205 | 372 | 74 | 57 | 0 | 2 | 342 | 136 | 104 |
| Binary | 1100011 | 10000101 | 11111010 | 111100 | 101111 | 0 | 10 | 11100010 | 1011110 | 1000100 |
Color Harmonies of #6385FA
Complementary color
Monochromatic Colors of #6385FA
Black with #6385FA
Text Example
Text Example
White with #6385FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6385FA; }
p { color: rgb(99,133,250); }
H1.HeaderClassName
{
color: #6385FA;
}
.AnyTagClassName
{
color: #6385FA;
}
</style>
background-color css
<style>
a { background-color: #6385FA; }
a { background-color: rgb(99,133,250); }
div.DivClassName
{
background-color: #6385FA;
}
.BgClassName
{
background-color: #6385FA;
}
</style>
border-color css
<style>
span { border-color: #6385FA; }
span { border-color: rgb(99,133,250); }
td.TdClassName
{
border-color: #6385FA;
}
.TagClassName
{
border-color: #6385FA;
}
</style>