Shades of Cornflower Blue #6B92FE
Tints of Cornflower Blue #6B92FE
RGB
CMYK
RGB Variations
Color information
#6B92FE (or 0x6B92FE) is known color: Cornflower Blue. HEX triplet: 6B, 92 and FE. RGB value is (107,146,254). Sum of RGB (Red+Green+Blue) = 107+146+254=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B92FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B92FE is #946D01. Grayscale: #929292. Windows color (decimal): -9727234 or 16683627. OLE color: 16683627.
HSL color Cylindrical-coordinate representation of color #6B92FE: hue angle of 224.08º 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 #6B92FE is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 146 | 254 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.00 |
| HSL | 224.08º | 0.99% | 0.71% | - |
| HSV(B) | 224.08º | 0.58% | 1% | - |
| XYZ | 34.23 | 30.84 | 97.91 | - |
| YUV | 146.65 | 188.58 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 254 | 0.58 | 0.43 | 0 | 0.00 | 224.08 | 0.99 | 0.71 |
| Hex | 6B | 92 | FE | 3A | 2B | 0 | 0 | E0 | 63 | 47 |
| Octal | 153 | 222 | 376 | 72 | 53 | 0 | 0 | 340 | 143 | 107 |
| Binary | 1101011 | 10010010 | 11111110 | 111010 | 101011 | 0 | 0 | 11100000 | 1100011 | 1000111 |
Color Harmonies of #6B92FE
Complementary color
Monochromatic Colors of #6B92FE
Black with #6B92FE
Text Example
Text Example
White with #6B92FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B92FE; }
p { color: rgb(107,146,254); }
H1.HeaderClassName
{
color: #6B92FE;
}
.AnyTagClassName
{
color: #6B92FE;
}
</style>
background-color css
<style>
a { background-color: #6B92FE; }
a { background-color: rgb(107,146,254); }
div.DivClassName
{
background-color: #6B92FE;
}
.BgClassName
{
background-color: #6B92FE;
}
</style>
border-color css
<style>
span { border-color: #6B92FE; }
span { border-color: rgb(107,146,254); }
td.TdClassName
{
border-color: #6B92FE;
}
.TagClassName
{
border-color: #6B92FE;
}
</style>