Shades of Cornflower Blue #6F9CEB
Tints of Cornflower Blue #6F9CEB
RGB
CMYK
RGB Variations
Color information
#6F9CEB (or 0x6F9CEB) is known color: Cornflower Blue. HEX triplet: 6F, 9C and EB. RGB value is (111,156,235). Sum of RGB (Red+Green+Blue) = 111+156+235=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F9CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9CEB is #906314. Grayscale: #979797. Windows color (decimal): -9462549 or 15441007. OLE color: 15441007.
HSL color Cylindrical-coordinate representation of color #6F9CEB: hue angle of 218.23º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F9CEB is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 156 | 235 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.08 |
| HSL | 218.23º | 0.76% | 0.68% | - |
| HSV(B) | 218.23º | 0.53% | 0.92% | - |
| XYZ | 33.44 | 33.15 | 83.23 | - |
| YUV | 151.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 156 | 235 | 0.53 | 0.34 | 0 | 0.08 | 218.23 | 0.76 | 0.68 |
| Hex | 6F | 9C | EB | 35 | 22 | 0 | 8 | DA | 4C | 44 |
| Octal | 157 | 234 | 353 | 65 | 42 | 0 | 10 | 332 | 114 | 104 |
| Binary | 1101111 | 10011100 | 11101011 | 110101 | 100010 | 0 | 1000 | 11011010 | 1001100 | 1000100 |
Color Harmonies of #6F9CEB
Complementary color
Monochromatic Colors of #6F9CEB
Black with #6F9CEB
Text Example
Text Example
White with #6F9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9CEB; }
p { color: rgb(111,156,235); }
H1.HeaderClassName
{
color: #6F9CEB;
}
.AnyTagClassName
{
color: #6F9CEB;
}
</style>
background-color css
<style>
a { background-color: #6F9CEB; }
a { background-color: rgb(111,156,235); }
div.DivClassName
{
background-color: #6F9CEB;
}
.BgClassName
{
background-color: #6F9CEB;
}
</style>
border-color css
<style>
span { border-color: #6F9CEB; }
span { border-color: rgb(111,156,235); }
td.TdClassName
{
border-color: #6F9CEB;
}
.TagClassName
{
border-color: #6F9CEB;
}
</style>