Shades of Cornflower Blue #6F90DA
Tints of Cornflower Blue #6F90DA
RGB
CMYK
RGB Variations
Color information
#6F90DA (or 0x6F90DA) is known color: Cornflower Blue. HEX triplet: 6F, 90 and DA. RGB value is (111,144,218). Sum of RGB (Red+Green+Blue) = 111+144+218=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F90DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F90DA is #906F25. Grayscale: #8E8E8E. Windows color (decimal): -9465638 or 14323823. OLE color: 14323823.
HSL color Cylindrical-coordinate representation of color #6F90DA: hue angle of 221.5º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F90DA is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 144 | 218 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.15 |
| HSL | 221.5º | 0.59% | 0.65% | - |
| HSV(B) | 221.5º | 0.49% | 0.85% | - |
| XYZ | 29.18 | 28.39 | 70.27 | - |
| YUV | 142.57 | 170.57 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 218 | 0.49 | 0.34 | 0 | 0.15 | 221.5 | 0.59 | 0.65 |
| Hex | 6F | 90 | DA | 31 | 22 | 0 | F | DD | 3B | 41 |
| Octal | 157 | 220 | 332 | 61 | 42 | 0 | 17 | 335 | 73 | 101 |
| Binary | 1101111 | 10010000 | 11011010 | 110001 | 100010 | 0 | 1111 | 11011101 | 111011 | 1000001 |
Color Harmonies of #6F90DA
Complementary color
Monochromatic Colors of #6F90DA
Black with #6F90DA
Text Example
Text Example
White with #6F90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F90DA; }
p { color: rgb(111,144,218); }
H1.HeaderClassName
{
color: #6F90DA;
}
.AnyTagClassName
{
color: #6F90DA;
}
</style>
background-color css
<style>
a { background-color: #6F90DA; }
a { background-color: rgb(111,144,218); }
div.DivClassName
{
background-color: #6F90DA;
}
.BgClassName
{
background-color: #6F90DA;
}
</style>
border-color css
<style>
span { border-color: #6F90DA; }
span { border-color: rgb(111,144,218); }
td.TdClassName
{
border-color: #6F90DA;
}
.TagClassName
{
border-color: #6F90DA;
}
</style>