Shades of Cornflower Blue #6392FE
Tints of Cornflower Blue #6392FE
RGB
CMYK
RGB Variations
Color information
#6392FE (or 0x6392FE) is known color: Cornflower Blue. HEX triplet: 63, 92 and FE. RGB value is (99,146,254). Sum of RGB (Red+Green+Blue) = 99+146+254=499 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.84% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #6392FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6392FE is #9C6D01. Grayscale: #8F8F8F. Windows color (decimal): -10251522 or 16683619. OLE color: 16683619.
HSL color Cylindrical-coordinate representation of color #6392FE: hue angle of 221.81º 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 #6392FE is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 146 | 254 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.00 |
| HSL | 221.81º | 0.99% | 0.69% | - |
| HSV(B) | 221.81º | 0.61% | 1% | - |
| XYZ | 33.31 | 30.37 | 97.87 | - |
| YUV | 144.26 | 189.93 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 254 | 0.61 | 0.43 | 0 | 0.00 | 221.81 | 0.99 | 0.69 |
| Hex | 63 | 92 | FE | 3D | 2B | 0 | 0 | DE | 63 | 45 |
| Octal | 143 | 222 | 376 | 75 | 53 | 0 | 0 | 336 | 143 | 105 |
| Binary | 1100011 | 10010010 | 11111110 | 111101 | 101011 | 0 | 0 | 11011110 | 1100011 | 1000101 |
Color Harmonies of #6392FE
Complementary color
Monochromatic Colors of #6392FE
Black with #6392FE
Text Example
Text Example
White with #6392FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6392FE; }
p { color: rgb(99,146,254); }
H1.HeaderClassName
{
color: #6392FE;
}
.AnyTagClassName
{
color: #6392FE;
}
</style>
background-color css
<style>
a { background-color: #6392FE; }
a { background-color: rgb(99,146,254); }
div.DivClassName
{
background-color: #6392FE;
}
.BgClassName
{
background-color: #6392FE;
}
</style>
border-color css
<style>
span { border-color: #6392FE; }
span { border-color: rgb(99,146,254); }
td.TdClassName
{
border-color: #6392FE;
}
.TagClassName
{
border-color: #6392FE;
}
</style>