Shades of Cornflower Blue #6F90DF
Tints of Cornflower Blue #6F90DF
RGB
CMYK
RGB Variations
Color information
#6F90DF (or 0x6F90DF) is known color: Cornflower Blue. HEX triplet: 6F, 90 and DF. RGB value is (111,144,223). Sum of RGB (Red+Green+Blue) = 111+144+223=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F90DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F90DF is #906F20. Grayscale: #8E8E8E. Windows color (decimal): -9465633 or 14651503. OLE color: 14651503.
HSL color Cylindrical-coordinate representation of color #6F90DF: hue angle of 222.32º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F90DF is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 144 | 223 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.13 |
| HSL | 222.32º | 0.64% | 0.65% | - |
| HSV(B) | 222.32º | 0.5% | 0.87% | - |
| XYZ | 29.85 | 28.65 | 73.77 | - |
| YUV | 143.14 | 173.07 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 223 | 0.50 | 0.35 | 0 | 0.13 | 222.32 | 0.64 | 0.65 |
| Hex | 6F | 90 | DF | 32 | 23 | 0 | D | DE | 40 | 41 |
| Octal | 157 | 220 | 337 | 62 | 43 | 0 | 15 | 336 | 100 | 101 |
| Binary | 1101111 | 10010000 | 11011111 | 110010 | 100011 | 0 | 1101 | 11011110 | 1000000 | 1000001 |
Color Harmonies of #6F90DF
Complementary color
Monochromatic Colors of #6F90DF
Black with #6F90DF
Text Example
Text Example
White with #6F90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F90DF; }
p { color: rgb(111,144,223); }
H1.HeaderClassName
{
color: #6F90DF;
}
.AnyTagClassName
{
color: #6F90DF;
}
</style>
background-color css
<style>
a { background-color: #6F90DF; }
a { background-color: rgb(111,144,223); }
div.DivClassName
{
background-color: #6F90DF;
}
.BgClassName
{
background-color: #6F90DF;
}
</style>
border-color css
<style>
span { border-color: #6F90DF; }
span { border-color: rgb(111,144,223); }
td.TdClassName
{
border-color: #6F90DF;
}
.TagClassName
{
border-color: #6F90DF;
}
</style>