Shades of Cornflower Blue #6F93E4
Tints of Cornflower Blue #6F93E4
RGB
CMYK
RGB Variations
Color information
#6F93E4 (or 0x6F93E4) is known color: Cornflower Blue. HEX triplet: 6F, 93 and E4. RGB value is (111,147,228). Sum of RGB (Red+Green+Blue) = 111+147+228=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #6F93E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F93E4 is #906C1B. Grayscale: #919191. Windows color (decimal): -9464860 or 14979951. OLE color: 14979951.
HSL color Cylindrical-coordinate representation of color #6F93E4: hue angle of 221.54º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F93E4 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 147 | 228 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.11 |
| HSL | 221.54º | 0.68% | 0.66% | - |
| HSV(B) | 221.54º | 0.51% | 0.89% | - |
| XYZ | 30.99 | 29.85 | 77.53 | - |
| YUV | 145.47 | 174.57 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 228 | 0.51 | 0.36 | 0 | 0.11 | 221.54 | 0.68 | 0.66 |
| Hex | 6F | 93 | E4 | 33 | 24 | 0 | B | DE | 44 | 42 |
| Octal | 157 | 223 | 344 | 63 | 44 | 0 | 13 | 336 | 104 | 102 |
| Binary | 1101111 | 10010011 | 11100100 | 110011 | 100100 | 0 | 1011 | 11011110 | 1000100 | 1000010 |
Color Harmonies of #6F93E4
Complementary color
Monochromatic Colors of #6F93E4
Black with #6F93E4
Text Example
Text Example
White with #6F93E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F93E4; }
p { color: rgb(111,147,228); }
H1.HeaderClassName
{
color: #6F93E4;
}
.AnyTagClassName
{
color: #6F93E4;
}
</style>
background-color css
<style>
a { background-color: #6F93E4; }
a { background-color: rgb(111,147,228); }
div.DivClassName
{
background-color: #6F93E4;
}
.BgClassName
{
background-color: #6F93E4;
}
</style>
border-color css
<style>
span { border-color: #6F93E4; }
span { border-color: rgb(111,147,228); }
td.TdClassName
{
border-color: #6F93E4;
}
.TagClassName
{
border-color: #6F93E4;
}
</style>