Shades of Cornflower Blue #6D93FF
Tints of Cornflower Blue #6D93FF
RGB
CMYK
RGB Variations
Color information
#6D93FF (or 0x6D93FF) is known color: Cornflower Blue. HEX triplet: 6D, 93 and FF. RGB value is (109,147,255). Sum of RGB (Red+Green+Blue) = 109+147+255=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D93FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D93FF is #926C00. Grayscale: #939393. Windows color (decimal): -9595905 or 16749421. OLE color: 16749421.
HSL color Cylindrical-coordinate representation of color #6D93FF: hue angle of 224.38º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D93FF is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 147 | 255 | - |
| CMYK | 0.57 | 0.42 | 0 | 0 |
| HSL | 224.38º | 1% | 0.71% | - |
| HSV(B) | 224.38º | 0.57% | 1% | - |
| XYZ | 34.79 | 31.34 | 98.82 | - |
| YUV | 147.95 | 188.41 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 147 | 255 | 0.57 | 0.42 | 0 | 0 | 224.38 | 1 | 0.71 |
| Hex | 6D | 93 | FF | 39 | 2A | 0 | 0 | E0 | 64 | 47 |
| Octal | 155 | 223 | 377 | 71 | 52 | 0 | 0 | 340 | 144 | 107 |
| Binary | 1101101 | 10010011 | 11111111 | 111001 | 101010 | 0 | 0 | 11100000 | 1100100 | 1000111 |
Color Harmonies of #6D93FF
Complementary color
Monochromatic Colors of #6D93FF
Black with #6D93FF
Text Example
Text Example
White with #6D93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D93FF; }
p { color: rgb(109,147,255); }
H1.HeaderClassName
{
color: #6D93FF;
}
.AnyTagClassName
{
color: #6D93FF;
}
</style>
background-color css
<style>
a { background-color: #6D93FF; }
a { background-color: rgb(109,147,255); }
div.DivClassName
{
background-color: #6D93FF;
}
.BgClassName
{
background-color: #6D93FF;
}
</style>
border-color css
<style>
span { border-color: #6D93FF; }
span { border-color: rgb(109,147,255); }
td.TdClassName
{
border-color: #6D93FF;
}
.TagClassName
{
border-color: #6D93FF;
}
</style>