Shades of Cornflower Blue #658DD6
Tints of Cornflower Blue #658DD6
RGB
CMYK
RGB Variations
Color information
#658DD6 (or 0x658DD6) is known color: Cornflower Blue. HEX triplet: 65, 8D and D6. RGB value is (101,141,214). Sum of RGB (Red+Green+Blue) = 101+141+214=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #658DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DD6 is #9A7229. Grayscale: #898989. Windows color (decimal): -10121770 or 14060901. OLE color: 14060901.
HSL color Cylindrical-coordinate representation of color #658DD6: hue angle of 218.76º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #658DD6 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 141 | 214 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.16 |
| HSL | 218.76º | 0.58% | 0.62% | - |
| HSV(B) | 218.76º | 0.53% | 0.84% | - |
| XYZ | 27.03 | 26.67 | 67.34 | - |
| YUV | 137.36 | 171.25 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 214 | 0.53 | 0.34 | 0 | 0.16 | 218.76 | 0.58 | 0.62 |
| Hex | 65 | 8D | D6 | 35 | 22 | 0 | 10 | DB | 3A | 3E |
| Octal | 145 | 215 | 326 | 65 | 42 | 0 | 20 | 333 | 72 | 76 |
| Binary | 1100101 | 10001101 | 11010110 | 110101 | 100010 | 0 | 10000 | 11011011 | 111010 | 111110 |
Color Harmonies of #658DD6
Complementary color
Monochromatic Colors of #658DD6
Black with #658DD6
Text Example
Text Example
White with #658DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658DD6; }
p { color: rgb(101,141,214); }
H1.HeaderClassName
{
color: #658DD6;
}
.AnyTagClassName
{
color: #658DD6;
}
</style>
background-color css
<style>
a { background-color: #658DD6; }
a { background-color: rgb(101,141,214); }
div.DivClassName
{
background-color: #658DD6;
}
.BgClassName
{
background-color: #658DD6;
}
</style>
border-color css
<style>
span { border-color: #658DD6; }
span { border-color: rgb(101,141,214); }
td.TdClassName
{
border-color: #658DD6;
}
.TagClassName
{
border-color: #658DD6;
}
</style>