Shades of Cornflower Blue #6B80DB
Tints of Cornflower Blue #6B80DB
RGB
CMYK
RGB Variations
Color information
#6B80DB (or 0x6B80DB) is known color: Cornflower Blue. HEX triplet: 6B, 80 and DB. RGB value is (107,128,219). Sum of RGB (Red+Green+Blue) = 107+128+219=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B80DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B80DB is #947F24. Grayscale: #838383. Windows color (decimal): -9731877 or 14385259. OLE color: 14385259.
HSL color Cylindrical-coordinate representation of color #6B80DB: hue angle of 228.75º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B80DB is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 128 | 219 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.14 |
| HSL | 228.75º | 0.61% | 0.64% | - |
| HSV(B) | 228.75º | 0.51% | 0.86% | - |
| XYZ | 26.57 | 23.68 | 70.19 | - |
| YUV | 132.1 | 177.04 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 128 | 219 | 0.51 | 0.42 | 0 | 0.14 | 228.75 | 0.61 | 0.64 |
| Hex | 6B | 80 | DB | 33 | 2A | 0 | E | E5 | 3D | 40 |
| Octal | 153 | 200 | 333 | 63 | 52 | 0 | 16 | 345 | 75 | 100 |
| Binary | 1101011 | 10000000 | 11011011 | 110011 | 101010 | 0 | 1110 | 11100101 | 111101 | 1000000 |
Color Harmonies of #6B80DB
Complementary color
Monochromatic Colors of #6B80DB
Black with #6B80DB
Text Example
Text Example
White with #6B80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B80DB; }
p { color: rgb(107,128,219); }
H1.HeaderClassName
{
color: #6B80DB;
}
.AnyTagClassName
{
color: #6B80DB;
}
</style>
background-color css
<style>
a { background-color: #6B80DB; }
a { background-color: rgb(107,128,219); }
div.DivClassName
{
background-color: #6B80DB;
}
.BgClassName
{
background-color: #6B80DB;
}
</style>
border-color css
<style>
span { border-color: #6B80DB; }
span { border-color: rgb(107,128,219); }
td.TdClassName
{
border-color: #6B80DB;
}
.TagClassName
{
border-color: #6B80DB;
}
</style>