Shades of Cornflower Blue #6386FB
Tints of Cornflower Blue #6386FB
RGB
CMYK
RGB Variations
Color information
#6386FB (or 0x6386FB) is known color: Cornflower Blue. HEX triplet: 63, 86 and FB. RGB value is (99,134,251). Sum of RGB (Red+Green+Blue) = 99+134+251=484 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.45% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #6386FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6386FB is #9C7904. Grayscale: #888888. Windows color (decimal): -10254597 or 16483939. OLE color: 16483939.
HSL color Cylindrical-coordinate representation of color #6386FB: hue angle of 226.18º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6386FB is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 134 | 251 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.02 |
| HSL | 226.18º | 0.95% | 0.69% | - |
| HSV(B) | 226.18º | 0.61% | 0.98% | - |
| XYZ | 31.08 | 26.67 | 94.78 | - |
| YUV | 136.87 | 192.4 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 134 | 251 | 0.61 | 0.47 | 0 | 0.02 | 226.18 | 0.95 | 0.69 |
| Hex | 63 | 86 | FB | 3D | 2F | 0 | 2 | E2 | 5F | 45 |
| Octal | 143 | 206 | 373 | 75 | 57 | 0 | 2 | 342 | 137 | 105 |
| Binary | 1100011 | 10000110 | 11111011 | 111101 | 101111 | 0 | 10 | 11100010 | 1011111 | 1000101 |
Color Harmonies of #6386FB
Complementary color
Monochromatic Colors of #6386FB
Black with #6386FB
Text Example
Text Example
White with #6386FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6386FB; }
p { color: rgb(99,134,251); }
H1.HeaderClassName
{
color: #6386FB;
}
.AnyTagClassName
{
color: #6386FB;
}
</style>
background-color css
<style>
a { background-color: #6386FB; }
a { background-color: rgb(99,134,251); }
div.DivClassName
{
background-color: #6386FB;
}
.BgClassName
{
background-color: #6386FB;
}
</style>
border-color css
<style>
span { border-color: #6386FB; }
span { border-color: rgb(99,134,251); }
td.TdClassName
{
border-color: #6386FB;
}
.TagClassName
{
border-color: #6386FB;
}
</style>