Shades of Cornflower Blue #6B90FE
Tints of Cornflower Blue #6B90FE
RGB
CMYK
RGB Variations
Color information
#6B90FE (or 0x6B90FE) is known color: Cornflower Blue. HEX triplet: 6B, 90 and FE. RGB value is (107,144,254). Sum of RGB (Red+Green+Blue) = 107+144+254=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B90FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B90FE is #946F01. Grayscale: #919191. Windows color (decimal): -9727746 or 16683115. OLE color: 16683115.
HSL color Cylindrical-coordinate representation of color #6B90FE: hue angle of 224.9º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B90FE is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 144 | 254 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.00 |
| HSL | 224.9º | 0.99% | 0.71% | - |
| HSV(B) | 224.9º | 0.58% | 1% | - |
| XYZ | 33.93 | 30.23 | 97.81 | - |
| YUV | 145.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 144 | 254 | 0.58 | 0.43 | 0 | 0.00 | 224.9 | 0.99 | 0.71 |
| Hex | 6B | 90 | FE | 3A | 2B | 0 | 0 | E1 | 63 | 47 |
| Octal | 153 | 220 | 376 | 72 | 53 | 0 | 0 | 341 | 143 | 107 |
| Binary | 1101011 | 10010000 | 11111110 | 111010 | 101011 | 0 | 0 | 11100001 | 1100011 | 1000111 |
Color Harmonies of #6B90FE
Complementary color
Monochromatic Colors of #6B90FE
Black with #6B90FE
Text Example
Text Example
White with #6B90FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B90FE; }
p { color: rgb(107,144,254); }
H1.HeaderClassName
{
color: #6B90FE;
}
.AnyTagClassName
{
color: #6B90FE;
}
</style>
background-color css
<style>
a { background-color: #6B90FE; }
a { background-color: rgb(107,144,254); }
div.DivClassName
{
background-color: #6B90FE;
}
.BgClassName
{
background-color: #6B90FE;
}
</style>
border-color css
<style>
span { border-color: #6B90FE; }
span { border-color: rgb(107,144,254); }
td.TdClassName
{
border-color: #6B90FE;
}
.TagClassName
{
border-color: #6B90FE;
}
</style>