Shades of Cornflower Blue #658AF6
Tints of Cornflower Blue #658AF6
RGB
CMYK
RGB Variations
Color information
#658AF6 (or 0x658AF6) is known color: Cornflower Blue. HEX triplet: 65, 8A and F6. RGB value is (101,138,246). Sum of RGB (Red+Green+Blue) = 101+138+246=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #658AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658AF6 is #9A7509. Grayscale: #8A8A8A. Windows color (decimal): -10122506 or 16157285. OLE color: 16157285.
HSL color Cylindrical-coordinate representation of color #658AF6: hue angle of 224.69º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #658AF6 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 138 | 246 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.04 |
| HSL | 224.69º | 0.89% | 0.68% | - |
| HSV(B) | 224.69º | 0.59% | 0.96% | - |
| XYZ | 31.09 | 27.6 | 90.88 | - |
| YUV | 139.25 | 188.24 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 246 | 0.59 | 0.44 | 0 | 0.04 | 224.69 | 0.89 | 0.68 |
| Hex | 65 | 8A | F6 | 3B | 2C | 0 | 4 | E1 | 59 | 44 |
| Octal | 145 | 212 | 366 | 73 | 54 | 0 | 4 | 341 | 131 | 104 |
| Binary | 1100101 | 10001010 | 11110110 | 111011 | 101100 | 0 | 100 | 11100001 | 1011001 | 1000100 |
Color Harmonies of #658AF6
Complementary color
Monochromatic Colors of #658AF6
Black with #658AF6
Text Example
Text Example
White with #658AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658AF6; }
p { color: rgb(101,138,246); }
H1.HeaderClassName
{
color: #658AF6;
}
.AnyTagClassName
{
color: #658AF6;
}
</style>
background-color css
<style>
a { background-color: #658AF6; }
a { background-color: rgb(101,138,246); }
div.DivClassName
{
background-color: #658AF6;
}
.BgClassName
{
background-color: #658AF6;
}
</style>
border-color css
<style>
span { border-color: #658AF6; }
span { border-color: rgb(101,138,246); }
td.TdClassName
{
border-color: #658AF6;
}
.TagClassName
{
border-color: #658AF6;
}
</style>