Shades of Cornflower Blue #6B83DB
Tints of Cornflower Blue #6B83DB
RGB
CMYK
RGB Variations
Color information
#6B83DB (or 0x6B83DB) is known color: Cornflower Blue. HEX triplet: 6B, 83 and DB. RGB value is (107,131,219). Sum of RGB (Red+Green+Blue) = 107+131+219=457 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.41% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B83DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B83DB is #947C24. Grayscale: #858585. Windows color (decimal): -9731109 or 14386027. OLE color: 14386027.
HSL color Cylindrical-coordinate representation of color #6B83DB: hue angle of 227.14º 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 #6B83DB is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 131 | 219 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.14 |
| HSL | 227.14º | 0.61% | 0.64% | - |
| HSV(B) | 227.14º | 0.51% | 0.86% | - |
| XYZ | 26.97 | 24.47 | 70.32 | - |
| YUV | 133.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 219 | 0.51 | 0.40 | 0 | 0.14 | 227.14 | 0.61 | 0.64 |
| Hex | 6B | 83 | DB | 33 | 28 | 0 | E | E3 | 3D | 40 |
| Octal | 153 | 203 | 333 | 63 | 50 | 0 | 16 | 343 | 75 | 100 |
| Binary | 1101011 | 10000011 | 11011011 | 110011 | 101000 | 0 | 1110 | 11100011 | 111101 | 1000000 |
Color Harmonies of #6B83DB
Complementary color
Monochromatic Colors of #6B83DB
Black with #6B83DB
Text Example
Text Example
White with #6B83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B83DB; }
p { color: rgb(107,131,219); }
H1.HeaderClassName
{
color: #6B83DB;
}
.AnyTagClassName
{
color: #6B83DB;
}
</style>
background-color css
<style>
a { background-color: #6B83DB; }
a { background-color: rgb(107,131,219); }
div.DivClassName
{
background-color: #6B83DB;
}
.BgClassName
{
background-color: #6B83DB;
}
</style>
border-color css
<style>
span { border-color: #6B83DB; }
span { border-color: rgb(107,131,219); }
td.TdClassName
{
border-color: #6B83DB;
}
.TagClassName
{
border-color: #6B83DB;
}
</style>