Shades of Cornflower Blue #6F80DB
Tints of Cornflower Blue #6F80DB
RGB
CMYK
RGB Variations
Color information
#6F80DB (or 0x6F80DB) is known color: Cornflower Blue. HEX triplet: 6F, 80 and DB. RGB value is (111,128,219). Sum of RGB (Red+Green+Blue) = 111+128+219=458 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.24% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F80DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F80DB is #907F24. Grayscale: #848484. Windows color (decimal): -9469733 or 14385263. OLE color: 14385263.
HSL color Cylindrical-coordinate representation of color #6F80DB: hue angle of 230.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F80DB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 128 | 219 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.14 |
| HSL | 230.56º | 0.6% | 0.65% | - |
| HSV(B) | 230.56º | 0.49% | 0.86% | - |
| XYZ | 27.06 | 23.93 | 70.21 | - |
| YUV | 133.29 | 176.37 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 219 | 0.49 | 0.42 | 0 | 0.14 | 230.56 | 0.6 | 0.65 |
| Hex | 6F | 80 | DB | 31 | 2A | 0 | E | E7 | 3C | 41 |
| Octal | 157 | 200 | 333 | 61 | 52 | 0 | 16 | 347 | 74 | 101 |
| Binary | 1101111 | 10000000 | 11011011 | 110001 | 101010 | 0 | 1110 | 11100111 | 111100 | 1000001 |
Color Harmonies of #6F80DB
Complementary color
Monochromatic Colors of #6F80DB
Black with #6F80DB
Text Example
Text Example
White with #6F80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F80DB; }
p { color: rgb(111,128,219); }
H1.HeaderClassName
{
color: #6F80DB;
}
.AnyTagClassName
{
color: #6F80DB;
}
</style>
background-color css
<style>
a { background-color: #6F80DB; }
a { background-color: rgb(111,128,219); }
div.DivClassName
{
background-color: #6F80DB;
}
.BgClassName
{
background-color: #6F80DB;
}
</style>
border-color css
<style>
span { border-color: #6F80DB; }
span { border-color: rgb(111,128,219); }
td.TdClassName
{
border-color: #6F80DB;
}
.TagClassName
{
border-color: #6F80DB;
}
</style>