Shades of Cornflower Blue #6F90E6
Tints of Cornflower Blue #6F90E6
RGB
CMYK
RGB Variations
Color information
#6F90E6 (or 0x6F90E6) is known color: Cornflower Blue. HEX triplet: 6F, 90 and E6. RGB value is (111,144,230). Sum of RGB (Red+Green+Blue) = 111+144+230=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #6F90E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F90E6 is #906F19. Grayscale: #8F8F8F. Windows color (decimal): -9465626 or 15110255. OLE color: 15110255.
HSL color Cylindrical-coordinate representation of color #6F90E6: hue angle of 223.36º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F90E6 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 144 | 230 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.10 |
| HSL | 223.36º | 0.7% | 0.67% | - |
| HSV(B) | 223.36º | 0.52% | 0.9% | - |
| XYZ | 30.81 | 29.04 | 78.84 | - |
| YUV | 143.94 | 176.57 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 230 | 0.52 | 0.37 | 0 | 0.10 | 223.36 | 0.7 | 0.67 |
| Hex | 6F | 90 | E6 | 34 | 25 | 0 | A | DF | 46 | 43 |
| Octal | 157 | 220 | 346 | 64 | 45 | 0 | 12 | 337 | 106 | 103 |
| Binary | 1101111 | 10010000 | 11100110 | 110100 | 100101 | 0 | 1010 | 11011111 | 1000110 | 1000011 |
Color Harmonies of #6F90E6
Complementary color
Monochromatic Colors of #6F90E6
Black with #6F90E6
Text Example
Text Example
White with #6F90E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F90E6; }
p { color: rgb(111,144,230); }
H1.HeaderClassName
{
color: #6F90E6;
}
.AnyTagClassName
{
color: #6F90E6;
}
</style>
background-color css
<style>
a { background-color: #6F90E6; }
a { background-color: rgb(111,144,230); }
div.DivClassName
{
background-color: #6F90E6;
}
.BgClassName
{
background-color: #6F90E6;
}
</style>
border-color css
<style>
span { border-color: #6F90E6; }
span { border-color: rgb(111,144,230); }
td.TdClassName
{
border-color: #6F90E6;
}
.TagClassName
{
border-color: #6F90E6;
}
</style>