Shades of Cornflower Blue #6386FC
Tints of Cornflower Blue #6386FC
RGB
CMYK
RGB Variations
Color information
#6386FC (or 0x6386FC) is known color: Cornflower Blue. HEX triplet: 63, 86 and FC. RGB value is (99,134,252). Sum of RGB (Red+Green+Blue) = 99+134+252=485 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.41% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #6386FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6386FC is #9C7903. Grayscale: #888888. Windows color (decimal): -10254596 or 16549475. OLE color: 16549475.
HSL color Cylindrical-coordinate representation of color #6386FC: hue angle of 226.27º 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 #6386FC is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 134 | 252 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.01 |
| HSL | 226.27º | 0.96% | 0.69% | - |
| HSV(B) | 226.27º | 0.61% | 0.99% | - |
| XYZ | 31.24 | 26.73 | 95.61 | - |
| YUV | 136.99 | 192.9 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 134 | 252 | 0.61 | 0.47 | 0 | 0.01 | 226.27 | 0.96 | 0.69 |
| Hex | 63 | 86 | FC | 3D | 2F | 0 | 1 | E2 | 60 | 45 |
| Octal | 143 | 206 | 374 | 75 | 57 | 0 | 1 | 342 | 140 | 105 |
| Binary | 1100011 | 10000110 | 11111100 | 111101 | 101111 | 0 | 1 | 11100010 | 1100000 | 1000101 |
Color Harmonies of #6386FC
Complementary color
Monochromatic Colors of #6386FC
Black with #6386FC
Text Example
Text Example
White with #6386FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6386FC; }
p { color: rgb(99,134,252); }
H1.HeaderClassName
{
color: #6386FC;
}
.AnyTagClassName
{
color: #6386FC;
}
</style>
background-color css
<style>
a { background-color: #6386FC; }
a { background-color: rgb(99,134,252); }
div.DivClassName
{
background-color: #6386FC;
}
.BgClassName
{
background-color: #6386FC;
}
</style>
border-color css
<style>
span { border-color: #6386FC; }
span { border-color: rgb(99,134,252); }
td.TdClassName
{
border-color: #6386FC;
}
.TagClassName
{
border-color: #6386FC;
}
</style>