Shades of Cornflower Blue #6387FE
Tints of Cornflower Blue #6387FE
RGB
CMYK
RGB Variations
Color information
#6387FE (or 0x6387FE) is known color: Cornflower Blue. HEX triplet: 63, 87 and FE. RGB value is (99,135,254). Sum of RGB (Red+Green+Blue) = 99+135+254=488 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.29% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #6387FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6387FE is #9C7801. Grayscale: #898989. Windows color (decimal): -10254338 or 16680803. OLE color: 16680803.
HSL color Cylindrical-coordinate representation of color #6387FE: hue angle of 226.06º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6387FE is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 135 | 254 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.00 |
| HSL | 226.06º | 0.99% | 0.69% | - |
| HSV(B) | 226.06º | 0.61% | 1% | - |
| XYZ | 31.7 | 27.14 | 97.33 | - |
| YUV | 137.8 | 193.57 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 135 | 254 | 0.61 | 0.47 | 0 | 0.00 | 226.06 | 0.99 | 0.69 |
| Hex | 63 | 87 | FE | 3D | 2F | 0 | 0 | E2 | 63 | 45 |
| Octal | 143 | 207 | 376 | 75 | 57 | 0 | 0 | 342 | 143 | 105 |
| Binary | 1100011 | 10000111 | 11111110 | 111101 | 101111 | 0 | 0 | 11100010 | 1100011 | 1000101 |
Color Harmonies of #6387FE
Complementary color
Monochromatic Colors of #6387FE
Black with #6387FE
Text Example
Text Example
White with #6387FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6387FE; }
p { color: rgb(99,135,254); }
H1.HeaderClassName
{
color: #6387FE;
}
.AnyTagClassName
{
color: #6387FE;
}
</style>
background-color css
<style>
a { background-color: #6387FE; }
a { background-color: rgb(99,135,254); }
div.DivClassName
{
background-color: #6387FE;
}
.BgClassName
{
background-color: #6387FE;
}
</style>
border-color css
<style>
span { border-color: #6387FE; }
span { border-color: rgb(99,135,254); }
td.TdClassName
{
border-color: #6387FE;
}
.TagClassName
{
border-color: #6387FE;
}
</style>