Shades of Cornflower Blue #6389FC
Tints of Cornflower Blue #6389FC
RGB
CMYK
RGB Variations
Color information
#6389FC (or 0x6389FC) is known color: Cornflower Blue. HEX triplet: 63, 89 and FC. RGB value is (99,137,252). Sum of RGB (Red+Green+Blue) = 99+137+252=488 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.29% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #6389FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6389FC is #9C7603. Grayscale: #8A8A8A. Windows color (decimal): -10253828 or 16550243. OLE color: 16550243.
HSL color Cylindrical-coordinate representation of color #6389FC: hue angle of 225.1º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6389FC is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 137 | 252 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.01 |
| HSL | 225.1º | 0.96% | 0.69% | - |
| HSV(B) | 225.1º | 0.61% | 0.99% | - |
| XYZ | 31.66 | 27.57 | 95.75 | - |
| YUV | 138.75 | 191.91 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 137 | 252 | 0.61 | 0.46 | 0 | 0.01 | 225.1 | 0.96 | 0.69 |
| Hex | 63 | 89 | FC | 3D | 2E | 0 | 1 | E1 | 60 | 45 |
| Octal | 143 | 211 | 374 | 75 | 56 | 0 | 1 | 341 | 140 | 105 |
| Binary | 1100011 | 10001001 | 11111100 | 111101 | 101110 | 0 | 1 | 11100001 | 1100000 | 1000101 |
Color Harmonies of #6389FC
Complementary color
Monochromatic Colors of #6389FC
Black with #6389FC
Text Example
Text Example
White with #6389FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6389FC; }
p { color: rgb(99,137,252); }
H1.HeaderClassName
{
color: #6389FC;
}
.AnyTagClassName
{
color: #6389FC;
}
</style>
background-color css
<style>
a { background-color: #6389FC; }
a { background-color: rgb(99,137,252); }
div.DivClassName
{
background-color: #6389FC;
}
.BgClassName
{
background-color: #6389FC;
}
</style>
border-color css
<style>
span { border-color: #6389FC; }
span { border-color: rgb(99,137,252); }
td.TdClassName
{
border-color: #6389FC;
}
.TagClassName
{
border-color: #6389FC;
}
</style>