Shades of Cornflower Blue #6C80DB
Tints of Cornflower Blue #6C80DB
RGB
CMYK
RGB Variations
Color information
#6C80DB (or 0x6C80DB) is known color: Cornflower Blue. HEX triplet: 6C, 80 and DB. RGB value is (108,128,219). Sum of RGB (Red+Green+Blue) = 108+128+219=455 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.74% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C80DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C80DB is #937F24. Grayscale: #848484. Windows color (decimal): -9666341 or 14385260. OLE color: 14385260.
HSL color Cylindrical-coordinate representation of color #6C80DB: hue angle of 229.19º 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 #6C80DB is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 128 | 219 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.14 |
| HSL | 229.19º | 0.61% | 0.64% | - |
| HSV(B) | 229.19º | 0.51% | 0.86% | - |
| XYZ | 26.69 | 23.74 | 70.19 | - |
| YUV | 132.39 | 176.87 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 128 | 219 | 0.51 | 0.42 | 0 | 0.14 | 229.19 | 0.61 | 0.64 |
| Hex | 6C | 80 | DB | 33 | 2A | 0 | E | E5 | 3D | 40 |
| Octal | 154 | 200 | 333 | 63 | 52 | 0 | 16 | 345 | 75 | 100 |
| Binary | 1101100 | 10000000 | 11011011 | 110011 | 101010 | 0 | 1110 | 11100101 | 111101 | 1000000 |
Color Harmonies of #6C80DB
Complementary color
Monochromatic Colors of #6C80DB
Black with #6C80DB
Text Example
Text Example
White with #6C80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C80DB; }
p { color: rgb(108,128,219); }
H1.HeaderClassName
{
color: #6C80DB;
}
.AnyTagClassName
{
color: #6C80DB;
}
</style>
background-color css
<style>
a { background-color: #6C80DB; }
a { background-color: rgb(108,128,219); }
div.DivClassName
{
background-color: #6C80DB;
}
.BgClassName
{
background-color: #6C80DB;
}
</style>
border-color css
<style>
span { border-color: #6C80DB; }
span { border-color: rgb(108,128,219); }
td.TdClassName
{
border-color: #6C80DB;
}
.TagClassName
{
border-color: #6C80DB;
}
</style>