Shades of Cornflower Blue #6F8ADA
Tints of Cornflower Blue #6F8ADA
RGB
CMYK
RGB Variations
Color information
#6F8ADA (or 0x6F8ADA) is known color: Cornflower Blue. HEX triplet: 6F, 8A and DA. RGB value is (111,138,218). Sum of RGB (Red+Green+Blue) = 111+138+218=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F8ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8ADA is #907525. Grayscale: #8A8A8A. Windows color (decimal): -9467174 or 14322287. OLE color: 14322287.
HSL color Cylindrical-coordinate representation of color #6F8ADA: hue angle of 224.86º 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 #6F8ADA is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 138 | 218 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.15 |
| HSL | 224.86º | 0.59% | 0.65% | - |
| HSV(B) | 224.86º | 0.49% | 0.85% | - |
| XYZ | 28.3 | 26.62 | 69.98 | - |
| YUV | 139.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 138 | 218 | 0.49 | 0.37 | 0 | 0.15 | 224.86 | 0.59 | 0.65 |
| Hex | 6F | 8A | DA | 31 | 25 | 0 | F | E1 | 3B | 41 |
| Octal | 157 | 212 | 332 | 61 | 45 | 0 | 17 | 341 | 73 | 101 |
| Binary | 1101111 | 10001010 | 11011010 | 110001 | 100101 | 0 | 1111 | 11100001 | 111011 | 1000001 |
Color Harmonies of #6F8ADA
Complementary color
Monochromatic Colors of #6F8ADA
Black with #6F8ADA
Text Example
Text Example
White with #6F8ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8ADA; }
p { color: rgb(111,138,218); }
H1.HeaderClassName
{
color: #6F8ADA;
}
.AnyTagClassName
{
color: #6F8ADA;
}
</style>
background-color css
<style>
a { background-color: #6F8ADA; }
a { background-color: rgb(111,138,218); }
div.DivClassName
{
background-color: #6F8ADA;
}
.BgClassName
{
background-color: #6F8ADA;
}
</style>
border-color css
<style>
span { border-color: #6F8ADA; }
span { border-color: rgb(111,138,218); }
td.TdClassName
{
border-color: #6F8ADA;
}
.TagClassName
{
border-color: #6F8ADA;
}
</style>