Shades of Cornflower Blue #6B94FE
Tints of Cornflower Blue #6B94FE
RGB
CMYK
RGB Variations
Color information
#6B94FE (or 0x6B94FE) is known color: Cornflower Blue. HEX triplet: 6B, 94 and FE. RGB value is (107,148,254). Sum of RGB (Red+Green+Blue) = 107+148+254=509 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.02% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B94FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B94FE is #946B01. Grayscale: #939393. Windows color (decimal): -9726722 or 16684139. OLE color: 16684139.
HSL color Cylindrical-coordinate representation of color #6B94FE: hue angle of 223.27º 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 #6B94FE is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 148 | 254 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.00 |
| HSL | 223.27º | 0.99% | 0.71% | - |
| HSV(B) | 223.27º | 0.58% | 1% | - |
| XYZ | 34.54 | 31.46 | 98.02 | - |
| YUV | 147.83 | 187.92 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 148 | 254 | 0.58 | 0.42 | 0 | 0.00 | 223.27 | 0.99 | 0.71 |
| Hex | 6B | 94 | FE | 3A | 2A | 0 | 0 | DF | 63 | 47 |
| Octal | 153 | 224 | 376 | 72 | 52 | 0 | 0 | 337 | 143 | 107 |
| Binary | 1101011 | 10010100 | 11111110 | 111010 | 101010 | 0 | 0 | 11011111 | 1100011 | 1000111 |
Color Harmonies of #6B94FE
Complementary color
Monochromatic Colors of #6B94FE
Black with #6B94FE
Text Example
Text Example
White with #6B94FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B94FE; }
p { color: rgb(107,148,254); }
H1.HeaderClassName
{
color: #6B94FE;
}
.AnyTagClassName
{
color: #6B94FE;
}
</style>
background-color css
<style>
a { background-color: #6B94FE; }
a { background-color: rgb(107,148,254); }
div.DivClassName
{
background-color: #6B94FE;
}
.BgClassName
{
background-color: #6B94FE;
}
</style>
border-color css
<style>
span { border-color: #6B94FE; }
span { border-color: rgb(107,148,254); }
td.TdClassName
{
border-color: #6B94FE;
}
.TagClassName
{
border-color: #6B94FE;
}
</style>