Shades of Cornflower Blue #6F93DD
Tints of Cornflower Blue #6F93DD
RGB
CMYK
RGB Variations
Color information
#6F93DD (or 0x6F93DD) is known color: Cornflower Blue. HEX triplet: 6F, 93 and DD. RGB value is (111,147,221). Sum of RGB (Red+Green+Blue) = 111+147+221=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F93DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F93DD is #906C22. Grayscale: #909090. Windows color (decimal): -9464867 or 14521199. OLE color: 14521199.
HSL color Cylindrical-coordinate representation of color #6F93DD: hue angle of 220.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F93DD is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 147 | 221 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.13 |
| HSL | 220.36º | 0.62% | 0.65% | - |
| HSV(B) | 220.36º | 0.5% | 0.87% | - |
| XYZ | 30.04 | 29.47 | 72.51 | - |
| YUV | 144.67 | 171.07 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 221 | 0.50 | 0.33 | 0 | 0.13 | 220.36 | 0.62 | 0.65 |
| Hex | 6F | 93 | DD | 32 | 21 | 0 | D | DC | 3E | 41 |
| Octal | 157 | 223 | 335 | 62 | 41 | 0 | 15 | 334 | 76 | 101 |
| Binary | 1101111 | 10010011 | 11011101 | 110010 | 100001 | 0 | 1101 | 11011100 | 111110 | 1000001 |
Color Harmonies of #6F93DD
Complementary color
Monochromatic Colors of #6F93DD
Black with #6F93DD
Text Example
Text Example
White with #6F93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F93DD; }
p { color: rgb(111,147,221); }
H1.HeaderClassName
{
color: #6F93DD;
}
.AnyTagClassName
{
color: #6F93DD;
}
</style>
background-color css
<style>
a { background-color: #6F93DD; }
a { background-color: rgb(111,147,221); }
div.DivClassName
{
background-color: #6F93DD;
}
.BgClassName
{
background-color: #6F93DD;
}
</style>
border-color css
<style>
span { border-color: #6F93DD; }
span { border-color: rgb(111,147,221); }
td.TdClassName
{
border-color: #6F93DD;
}
.TagClassName
{
border-color: #6F93DD;
}
</style>