Shades of Cornflower Blue #6A90DF
Tints of Cornflower Blue #6A90DF
RGB
CMYK
RGB Variations
Color information
#6A90DF (or 0x6A90DF) is known color: Cornflower Blue. HEX triplet: 6A, 90 and DF. RGB value is (106,144,223). Sum of RGB (Red+Green+Blue) = 106+144+223=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A90DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A90DF is #956F20. Grayscale: #8D8D8D. Windows color (decimal): -9793313 or 14651498. OLE color: 14651498.
HSL color Cylindrical-coordinate representation of color #6A90DF: hue angle of 220.51º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A90DF is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 144 | 223 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.13 |
| HSL | 220.51º | 0.65% | 0.65% | - |
| HSV(B) | 220.51º | 0.52% | 0.87% | - |
| XYZ | 29.24 | 28.34 | 73.74 | - |
| YUV | 141.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 144 | 223 | 0.52 | 0.35 | 0 | 0.13 | 220.51 | 0.65 | 0.65 |
| Hex | 6A | 90 | DF | 34 | 23 | 0 | D | DD | 41 | 41 |
| Octal | 152 | 220 | 337 | 64 | 43 | 0 | 15 | 335 | 101 | 101 |
| Binary | 1101010 | 10010000 | 11011111 | 110100 | 100011 | 0 | 1101 | 11011101 | 1000001 | 1000001 |
Color Harmonies of #6A90DF
Complementary color
Monochromatic Colors of #6A90DF
Black with #6A90DF
Text Example
Text Example
White with #6A90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A90DF; }
p { color: rgb(106,144,223); }
H1.HeaderClassName
{
color: #6A90DF;
}
.AnyTagClassName
{
color: #6A90DF;
}
</style>
background-color css
<style>
a { background-color: #6A90DF; }
a { background-color: rgb(106,144,223); }
div.DivClassName
{
background-color: #6A90DF;
}
.BgClassName
{
background-color: #6A90DF;
}
</style>
border-color css
<style>
span { border-color: #6A90DF; }
span { border-color: rgb(106,144,223); }
td.TdClassName
{
border-color: #6A90DF;
}
.TagClassName
{
border-color: #6A90DF;
}
</style>