Shades of Cornflower Blue #6B90F0
Tints of Cornflower Blue #6B90F0
RGB
CMYK
RGB Variations
Color information
#6B90F0 (or 0x6B90F0) is known color: Cornflower Blue. HEX triplet: 6B, 90 and F0. RGB value is (107,144,240). Sum of RGB (Red+Green+Blue) = 107+144+240=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #6B90F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B90F0 is #946F0F. Grayscale: #8F8F8F. Windows color (decimal): -9727760 or 15765611. OLE color: 15765611.
HSL color Cylindrical-coordinate representation of color #6B90F0: hue angle of 223.31º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B90F0 is Cyan = 0.55, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 144 | 240 | - |
| CMYK | 0.55 | 0.4 | 0 | 0.06 |
| HSL | 223.31º | 0.82% | 0.68% | - |
| HSV(B) | 223.31º | 0.55% | 0.94% | - |
| XYZ | 31.76 | 29.36 | 86.43 | - |
| YUV | 143.88 | 182.24 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 144 | 240 | 0.55 | 0.4 | 0 | 0.06 | 223.31 | 0.82 | 0.68 |
| Hex | 6B | 90 | F0 | 37 | 28 | 0 | 6 | DF | 52 | 44 |
| Octal | 153 | 220 | 360 | 67 | 50 | 0 | 6 | 337 | 122 | 104 |
| Binary | 1101011 | 10010000 | 11110000 | 110111 | 101000 | 0 | 110 | 11011111 | 1010010 | 1000100 |
Color Harmonies of #6B90F0
Complementary color
Monochromatic Colors of #6B90F0
Black with #6B90F0
Text Example
Text Example
White with #6B90F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B90F0; }
p { color: rgb(107,144,240); }
H1.HeaderClassName
{
color: #6B90F0;
}
.AnyTagClassName
{
color: #6B90F0;
}
</style>
background-color css
<style>
a { background-color: #6B90F0; }
a { background-color: rgb(107,144,240); }
div.DivClassName
{
background-color: #6B90F0;
}
.BgClassName
{
background-color: #6B90F0;
}
</style>
border-color css
<style>
span { border-color: #6B90F0; }
span { border-color: rgb(107,144,240); }
td.TdClassName
{
border-color: #6B90F0;
}
.TagClassName
{
border-color: #6B90F0;
}
</style>