Shades of Cornflower Blue #6F9AED
Tints of Cornflower Blue #6F9AED
RGB
CMYK
RGB Variations
Color information
#6F9AED (or 0x6F9AED) is known color: Cornflower Blue. HEX triplet: 6F, 9A and ED. RGB value is (111,154,237). Sum of RGB (Red+Green+Blue) = 111+154+237=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F9AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9AED is #906512. Grayscale: #969696. Windows color (decimal): -9463059 or 15571567. OLE color: 15571567.
HSL color Cylindrical-coordinate representation of color #6F9AED: hue angle of 219.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F9AED is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 154 | 237 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.07 |
| HSL | 219.52º | 0.78% | 0.68% | - |
| HSV(B) | 219.52º | 0.53% | 0.93% | - |
| XYZ | 33.4 | 32.61 | 84.65 | - |
| YUV | 150.61 | 176.75 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 154 | 237 | 0.53 | 0.35 | 0 | 0.07 | 219.52 | 0.78 | 0.68 |
| Hex | 6F | 9A | ED | 35 | 23 | 0 | 7 | DC | 4E | 44 |
| Octal | 157 | 232 | 355 | 65 | 43 | 0 | 7 | 334 | 116 | 104 |
| Binary | 1101111 | 10011010 | 11101101 | 110101 | 100011 | 0 | 111 | 11011100 | 1001110 | 1000100 |
Color Harmonies of #6F9AED
Complementary color
Monochromatic Colors of #6F9AED
Black with #6F9AED
Text Example
Text Example
White with #6F9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9AED; }
p { color: rgb(111,154,237); }
H1.HeaderClassName
{
color: #6F9AED;
}
.AnyTagClassName
{
color: #6F9AED;
}
</style>
background-color css
<style>
a { background-color: #6F9AED; }
a { background-color: rgb(111,154,237); }
div.DivClassName
{
background-color: #6F9AED;
}
.BgClassName
{
background-color: #6F9AED;
}
</style>
border-color css
<style>
span { border-color: #6F9AED; }
span { border-color: rgb(111,154,237); }
td.TdClassName
{
border-color: #6F9AED;
}
.TagClassName
{
border-color: #6F9AED;
}
</style>