Shades of Cornflower Blue #6F9CEA
Tints of Cornflower Blue #6F9CEA
RGB
CMYK
RGB Variations
Color information
#6F9CEA (or 0x6F9CEA) is known color: Cornflower Blue. HEX triplet: 6F, 9C and EA. RGB value is (111,156,234). Sum of RGB (Red+Green+Blue) = 111+156+234=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F9CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9CEA is #906315. Grayscale: #979797. Windows color (decimal): -9462550 or 15375471. OLE color: 15375471.
HSL color Cylindrical-coordinate representation of color #6F9CEA: hue angle of 218.05º degrees, saturation: 0.75, 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 #6F9CEA is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 156 | 234 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.08 |
| HSL | 218.05º | 0.75% | 0.68% | - |
| HSV(B) | 218.05º | 0.53% | 0.92% | - |
| XYZ | 33.3 | 33.1 | 82.48 | - |
| YUV | 151.44 | 174.59 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 156 | 234 | 0.53 | 0.33 | 0 | 0.08 | 218.05 | 0.75 | 0.68 |
| Hex | 6F | 9C | EA | 35 | 21 | 0 | 8 | DA | 4B | 44 |
| Octal | 157 | 234 | 352 | 65 | 41 | 0 | 10 | 332 | 113 | 104 |
| Binary | 1101111 | 10011100 | 11101010 | 110101 | 100001 | 0 | 1000 | 11011010 | 1001011 | 1000100 |
Color Harmonies of #6F9CEA
Complementary color
Monochromatic Colors of #6F9CEA
Black with #6F9CEA
Text Example
Text Example
White with #6F9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9CEA; }
p { color: rgb(111,156,234); }
H1.HeaderClassName
{
color: #6F9CEA;
}
.AnyTagClassName
{
color: #6F9CEA;
}
</style>
background-color css
<style>
a { background-color: #6F9CEA; }
a { background-color: rgb(111,156,234); }
div.DivClassName
{
background-color: #6F9CEA;
}
.BgClassName
{
background-color: #6F9CEA;
}
</style>
border-color css
<style>
span { border-color: #6F9CEA; }
span { border-color: rgb(111,156,234); }
td.TdClassName
{
border-color: #6F9CEA;
}
.TagClassName
{
border-color: #6F9CEA;
}
</style>