Shades of Cornflower Blue #6F90FD
Tints of Cornflower Blue #6F90FD
RGB
CMYK
RGB Variations
Color information
#6F90FD (or 0x6F90FD) is known color: Cornflower Blue. HEX triplet: 6F, 90 and FD. RGB value is (111,144,253). Sum of RGB (Red+Green+Blue) = 111+144+253=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F90FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F90FD is #906F02. Grayscale: #929292. Windows color (decimal): -9465603 or 16617583. OLE color: 16617583.
HSL color Cylindrical-coordinate representation of color #6F90FD: hue angle of 226.06º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F90FD is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 144 | 253 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.01 |
| HSL | 226.06º | 0.97% | 0.71% | - |
| HSV(B) | 226.06º | 0.56% | 0.99% | - |
| XYZ | 34.26 | 30.42 | 96.99 | - |
| YUV | 146.56 | 188.07 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 253 | 0.56 | 0.43 | 0 | 0.01 | 226.06 | 0.97 | 0.71 |
| Hex | 6F | 90 | FD | 38 | 2B | 0 | 1 | E2 | 61 | 47 |
| Octal | 157 | 220 | 375 | 70 | 53 | 0 | 1 | 342 | 141 | 107 |
| Binary | 1101111 | 10010000 | 11111101 | 111000 | 101011 | 0 | 1 | 11100010 | 1100001 | 1000111 |
Color Harmonies of #6F90FD
Complementary color
Monochromatic Colors of #6F90FD
Black with #6F90FD
Text Example
Text Example
White with #6F90FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F90FD; }
p { color: rgb(111,144,253); }
H1.HeaderClassName
{
color: #6F90FD;
}
.AnyTagClassName
{
color: #6F90FD;
}
</style>
background-color css
<style>
a { background-color: #6F90FD; }
a { background-color: rgb(111,144,253); }
div.DivClassName
{
background-color: #6F90FD;
}
.BgClassName
{
background-color: #6F90FD;
}
</style>
border-color css
<style>
span { border-color: #6F90FD; }
span { border-color: rgb(111,144,253); }
td.TdClassName
{
border-color: #6F90FD;
}
.TagClassName
{
border-color: #6F90FD;
}
</style>