Shades of Cornflower Blue #6592FE
Tints of Cornflower Blue #6592FE
RGB
CMYK
RGB Variations
Color information
#6592FE (or 0x6592FE) is known color: Cornflower Blue. HEX triplet: 65, 92 and FE. RGB value is (101,146,254). Sum of RGB (Red+Green+Blue) = 101+146+254=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #6592FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6592FE is #9A6D01. Grayscale: #909090. Windows color (decimal): -10120450 or 16683621. OLE color: 16683621.
HSL color Cylindrical-coordinate representation of color #6592FE: hue angle of 222.35º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6592FE is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 146 | 254 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.00 |
| HSL | 222.35º | 0.99% | 0.7% | - |
| HSV(B) | 222.35º | 0.6% | 1% | - |
| XYZ | 33.54 | 30.48 | 97.88 | - |
| YUV | 144.86 | 189.59 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 254 | 0.60 | 0.43 | 0 | 0.00 | 222.35 | 0.99 | 0.7 |
| Hex | 65 | 92 | FE | 3C | 2B | 0 | 0 | DE | 63 | 46 |
| Octal | 145 | 222 | 376 | 74 | 53 | 0 | 0 | 336 | 143 | 106 |
| Binary | 1100101 | 10010010 | 11111110 | 111100 | 101011 | 0 | 0 | 11011110 | 1100011 | 1000110 |
Color Harmonies of #6592FE
Complementary color
Monochromatic Colors of #6592FE
Black with #6592FE
Text Example
Text Example
White with #6592FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6592FE; }
p { color: rgb(101,146,254); }
H1.HeaderClassName
{
color: #6592FE;
}
.AnyTagClassName
{
color: #6592FE;
}
</style>
background-color css
<style>
a { background-color: #6592FE; }
a { background-color: rgb(101,146,254); }
div.DivClassName
{
background-color: #6592FE;
}
.BgClassName
{
background-color: #6592FE;
}
</style>
border-color css
<style>
span { border-color: #6592FE; }
span { border-color: rgb(101,146,254); }
td.TdClassName
{
border-color: #6592FE;
}
.TagClassName
{
border-color: #6592FE;
}
</style>