Shades of Cornflower Blue #6C81DB
Tints of Cornflower Blue #6C81DB
RGB
CMYK
RGB Variations
Color information
#6C81DB (or 0x6C81DB) is known color: Cornflower Blue. HEX triplet: 6C, 81 and DB. RGB value is (108,129,219). Sum of RGB (Red+Green+Blue) = 108+129+219=456 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.68% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C81DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C81DB is #937E24. Grayscale: #848484. Windows color (decimal): -9666085 or 14385516. OLE color: 14385516.
HSL color Cylindrical-coordinate representation of color #6C81DB: hue angle of 228.65º 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 #6C81DB is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 129 | 219 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.14 |
| HSL | 228.65º | 0.61% | 0.64% | - |
| HSV(B) | 228.65º | 0.51% | 0.86% | - |
| XYZ | 26.82 | 24 | 70.24 | - |
| YUV | 132.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 129 | 219 | 0.51 | 0.41 | 0 | 0.14 | 228.65 | 0.61 | 0.64 |
| Hex | 6C | 81 | DB | 33 | 29 | 0 | E | E5 | 3D | 40 |
| Octal | 154 | 201 | 333 | 63 | 51 | 0 | 16 | 345 | 75 | 100 |
| Binary | 1101100 | 10000001 | 11011011 | 110011 | 101001 | 0 | 1110 | 11100101 | 111101 | 1000000 |
Color Harmonies of #6C81DB
Complementary color
Monochromatic Colors of #6C81DB
Black with #6C81DB
Text Example
Text Example
White with #6C81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C81DB; }
p { color: rgb(108,129,219); }
H1.HeaderClassName
{
color: #6C81DB;
}
.AnyTagClassName
{
color: #6C81DB;
}
</style>
background-color css
<style>
a { background-color: #6C81DB; }
a { background-color: rgb(108,129,219); }
div.DivClassName
{
background-color: #6C81DB;
}
.BgClassName
{
background-color: #6C81DB;
}
</style>
border-color css
<style>
span { border-color: #6C81DB; }
span { border-color: rgb(108,129,219); }
td.TdClassName
{
border-color: #6C81DB;
}
.TagClassName
{
border-color: #6C81DB;
}
</style>