Shades of Cornflower Blue #6B93FF
Tints of Cornflower Blue #6B93FF
RGB
CMYK
RGB Variations
Color information
#6B93FF (or 0x6B93FF) is known color: Cornflower Blue. HEX triplet: 6B, 93 and FF. RGB value is (107,147,255). Sum of RGB (Red+Green+Blue) = 107+147+255=509 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.02% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B93FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B93FF is #946C00. Grayscale: #929292. Windows color (decimal): -9726977 or 16749419. OLE color: 16749419.
HSL color Cylindrical-coordinate representation of color #6B93FF: hue angle of 223.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B93FF is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 147 | 255 | - |
| CMYK | 0.58 | 0.42 | 0 | 0 |
| HSL | 223.78º | 1% | 0.71% | - |
| HSV(B) | 223.78º | 0.58% | 1% | - |
| XYZ | 34.55 | 31.21 | 98.81 | - |
| YUV | 147.35 | 188.75 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 255 | 0.58 | 0.42 | 0 | 0 | 223.78 | 1 | 0.71 |
| Hex | 6B | 93 | FF | 3A | 2A | 0 | 0 | E0 | 64 | 47 |
| Octal | 153 | 223 | 377 | 72 | 52 | 0 | 0 | 340 | 144 | 107 |
| Binary | 1101011 | 10010011 | 11111111 | 111010 | 101010 | 0 | 0 | 11100000 | 1100100 | 1000111 |
Color Harmonies of #6B93FF
Complementary color
Monochromatic Colors of #6B93FF
Black with #6B93FF
Text Example
Text Example
White with #6B93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B93FF; }
p { color: rgb(107,147,255); }
H1.HeaderClassName
{
color: #6B93FF;
}
.AnyTagClassName
{
color: #6B93FF;
}
</style>
background-color css
<style>
a { background-color: #6B93FF; }
a { background-color: rgb(107,147,255); }
div.DivClassName
{
background-color: #6B93FF;
}
.BgClassName
{
background-color: #6B93FF;
}
</style>
border-color css
<style>
span { border-color: #6B93FF; }
span { border-color: rgb(107,147,255); }
td.TdClassName
{
border-color: #6B93FF;
}
.TagClassName
{
border-color: #6B93FF;
}
</style>