Shades of Cornflower Blue #6F93DA
Tints of Cornflower Blue #6F93DA
RGB
CMYK
RGB Variations
Color information
#6F93DA (or 0x6F93DA) is known color: Cornflower Blue. HEX triplet: 6F, 93 and DA. RGB value is (111,147,218). Sum of RGB (Red+Green+Blue) = 111+147+218=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F93DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F93DA is #906C25. Grayscale: #909090. Windows color (decimal): -9464870 or 14324591. OLE color: 14324591.
HSL color Cylindrical-coordinate representation of color #6F93DA: hue angle of 219.81º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F93DA is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 147 | 218 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.15 |
| HSL | 219.81º | 0.59% | 0.65% | - |
| HSV(B) | 219.81º | 0.49% | 0.85% | - |
| XYZ | 29.64 | 29.31 | 70.42 | - |
| YUV | 144.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 218 | 0.49 | 0.33 | 0 | 0.15 | 219.81 | 0.59 | 0.65 |
| Hex | 6F | 93 | DA | 31 | 21 | 0 | F | DC | 3B | 41 |
| Octal | 157 | 223 | 332 | 61 | 41 | 0 | 17 | 334 | 73 | 101 |
| Binary | 1101111 | 10010011 | 11011010 | 110001 | 100001 | 0 | 1111 | 11011100 | 111011 | 1000001 |
Color Harmonies of #6F93DA
Complementary color
Monochromatic Colors of #6F93DA
Black with #6F93DA
Text Example
Text Example
White with #6F93DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F93DA; }
p { color: rgb(111,147,218); }
H1.HeaderClassName
{
color: #6F93DA;
}
.AnyTagClassName
{
color: #6F93DA;
}
</style>
background-color css
<style>
a { background-color: #6F93DA; }
a { background-color: rgb(111,147,218); }
div.DivClassName
{
background-color: #6F93DA;
}
.BgClassName
{
background-color: #6F93DA;
}
</style>
border-color css
<style>
span { border-color: #6F93DA; }
span { border-color: rgb(111,147,218); }
td.TdClassName
{
border-color: #6F93DA;
}
.TagClassName
{
border-color: #6F93DA;
}
</style>