Shades of Cornflower Blue #65A6FE
Tints of Cornflower Blue #65A6FE
RGB
CMYK
RGB Variations
Color information
#65A6FE (or 0x65A6FE) is known color: Cornflower Blue. HEX triplet: 65, A6 and FE. RGB value is (101,166,254). Sum of RGB (Red+Green+Blue) = 101+166+254=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #65A6FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A6FE is #9A5901. Grayscale: #9C9C9C. Windows color (decimal): -10115330 or 16688741. OLE color: 16688741.
HSL color Cylindrical-coordinate representation of color #65A6FE: hue angle of 214.51º 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 #65A6FE is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 166 | 254 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.00 |
| HSL | 214.51º | 0.99% | 0.7% | - |
| HSV(B) | 214.51º | 0.6% | 1% | - |
| XYZ | 36.89 | 37.19 | 99 | - |
| YUV | 156.6 | 182.97 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 166 | 254 | 0.60 | 0.35 | 0 | 0.00 | 214.51 | 0.99 | 0.7 |
| Hex | 65 | A6 | FE | 3C | 23 | 0 | 0 | D7 | 63 | 46 |
| Octal | 145 | 246 | 376 | 74 | 43 | 0 | 0 | 327 | 143 | 106 |
| Binary | 1100101 | 10100110 | 11111110 | 111100 | 100011 | 0 | 0 | 11010111 | 1100011 | 1000110 |
Color Harmonies of #65A6FE
Complementary color
Monochromatic Colors of #65A6FE
Black with #65A6FE
Text Example
Text Example
White with #65A6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A6FE; }
p { color: rgb(101,166,254); }
H1.HeaderClassName
{
color: #65A6FE;
}
.AnyTagClassName
{
color: #65A6FE;
}
</style>
background-color css
<style>
a { background-color: #65A6FE; }
a { background-color: rgb(101,166,254); }
div.DivClassName
{
background-color: #65A6FE;
}
.BgClassName
{
background-color: #65A6FE;
}
</style>
border-color css
<style>
span { border-color: #65A6FE; }
span { border-color: rgb(101,166,254); }
td.TdClassName
{
border-color: #65A6FE;
}
.TagClassName
{
border-color: #65A6FE;
}
</style>