Shades of Cornflower Blue #65A6FC
Tints of Cornflower Blue #65A6FC
RGB
CMYK
RGB Variations
Color information
#65A6FC (or 0x65A6FC) is known color: Cornflower Blue. HEX triplet: 65, A6 and FC. RGB value is (101,166,252). Sum of RGB (Red+Green+Blue) = 101+166+252=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #65A6FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A6FC is #9A5903. Grayscale: #9B9B9B. Windows color (decimal): -10115332 or 16557669. OLE color: 16557669.
HSL color Cylindrical-coordinate representation of color #65A6FC: hue angle of 214.17º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65A6FC is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 166 | 252 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.01 |
| HSL | 214.17º | 0.96% | 0.69% | - |
| HSV(B) | 214.17º | 0.6% | 0.99% | - |
| XYZ | 36.57 | 37.07 | 97.32 | - |
| YUV | 156.37 | 181.97 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 166 | 252 | 0.60 | 0.34 | 0 | 0.01 | 214.17 | 0.96 | 0.69 |
| Hex | 65 | A6 | FC | 3C | 22 | 0 | 1 | D6 | 60 | 45 |
| Octal | 145 | 246 | 374 | 74 | 42 | 0 | 1 | 326 | 140 | 105 |
| Binary | 1100101 | 10100110 | 11111100 | 111100 | 100010 | 0 | 1 | 11010110 | 1100000 | 1000101 |
Color Harmonies of #65A6FC
Complementary color
Monochromatic Colors of #65A6FC
Black with #65A6FC
Text Example
Text Example
White with #65A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A6FC; }
p { color: rgb(101,166,252); }
H1.HeaderClassName
{
color: #65A6FC;
}
.AnyTagClassName
{
color: #65A6FC;
}
</style>
background-color css
<style>
a { background-color: #65A6FC; }
a { background-color: rgb(101,166,252); }
div.DivClassName
{
background-color: #65A6FC;
}
.BgClassName
{
background-color: #65A6FC;
}
</style>
border-color css
<style>
span { border-color: #65A6FC; }
span { border-color: rgb(101,166,252); }
td.TdClassName
{
border-color: #65A6FC;
}
.TagClassName
{
border-color: #65A6FC;
}
</style>