Shades of Cornflower Blue #6392FF
Tints of Cornflower Blue #6392FF
RGB
CMYK
RGB Variations
Color information
#6392FF (or 0x6392FF) is known color: Cornflower Blue. HEX triplet: 63, 92 and FF. RGB value is (99,146,255). Sum of RGB (Red+Green+Blue) = 99+146+255=500 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.8% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #6392FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6392FF is #9C6D00. Grayscale: #8F8F8F. Windows color (decimal): -10251521 or 16749155. OLE color: 16749155.
HSL color Cylindrical-coordinate representation of color #6392FF: hue angle of 221.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6392FF is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 146 | 255 | - |
| CMYK | 0.61 | 0.43 | 0 | 0 |
| HSL | 221.92º | 1% | 0.69% | - |
| HSV(B) | 221.92º | 0.61% | 1% | - |
| XYZ | 33.47 | 30.43 | 98.72 | - |
| YUV | 144.37 | 190.43 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 255 | 0.61 | 0.43 | 0 | 0 | 221.92 | 1 | 0.69 |
| Hex | 63 | 92 | FF | 3D | 2B | 0 | 0 | DE | 64 | 45 |
| Octal | 143 | 222 | 377 | 75 | 53 | 0 | 0 | 336 | 144 | 105 |
| Binary | 1100011 | 10010010 | 11111111 | 111101 | 101011 | 0 | 0 | 11011110 | 1100100 | 1000101 |
Color Harmonies of #6392FF
Complementary color
Monochromatic Colors of #6392FF
Black with #6392FF
Text Example
Text Example
White with #6392FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6392FF; }
p { color: rgb(99,146,255); }
H1.HeaderClassName
{
color: #6392FF;
}
.AnyTagClassName
{
color: #6392FF;
}
</style>
background-color css
<style>
a { background-color: #6392FF; }
a { background-color: rgb(99,146,255); }
div.DivClassName
{
background-color: #6392FF;
}
.BgClassName
{
background-color: #6392FF;
}
</style>
border-color css
<style>
span { border-color: #6392FF; }
span { border-color: rgb(99,146,255); }
td.TdClassName
{
border-color: #6392FF;
}
.TagClassName
{
border-color: #6392FF;
}
</style>