Shades of Cornflower Blue #6B85DB
Tints of Cornflower Blue #6B85DB
RGB
CMYK
RGB Variations
Color information
#6B85DB (or 0x6B85DB) is known color: Cornflower Blue. HEX triplet: 6B, 85 and DB. RGB value is (107,133,219). Sum of RGB (Red+Green+Blue) = 107+133+219=459 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.31% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B85DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B85DB is #947A24. Grayscale: #868686. Windows color (decimal): -9730597 or 14386539. OLE color: 14386539.
HSL color Cylindrical-coordinate representation of color #6B85DB: hue angle of 226.07º 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 #6B85DB is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 133 | 219 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.14 |
| HSL | 226.07º | 0.61% | 0.64% | - |
| HSV(B) | 226.07º | 0.51% | 0.86% | - |
| XYZ | 27.24 | 25.02 | 70.41 | - |
| YUV | 135.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 219 | 0.51 | 0.39 | 0 | 0.14 | 226.07 | 0.61 | 0.64 |
| Hex | 6B | 85 | DB | 33 | 27 | 0 | E | E2 | 3D | 40 |
| Octal | 153 | 205 | 333 | 63 | 47 | 0 | 16 | 342 | 75 | 100 |
| Binary | 1101011 | 10000101 | 11011011 | 110011 | 100111 | 0 | 1110 | 11100010 | 111101 | 1000000 |
Color Harmonies of #6B85DB
Complementary color
Monochromatic Colors of #6B85DB
Black with #6B85DB
Text Example
Text Example
White with #6B85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B85DB; }
p { color: rgb(107,133,219); }
H1.HeaderClassName
{
color: #6B85DB;
}
.AnyTagClassName
{
color: #6B85DB;
}
</style>
background-color css
<style>
a { background-color: #6B85DB; }
a { background-color: rgb(107,133,219); }
div.DivClassName
{
background-color: #6B85DB;
}
.BgClassName
{
background-color: #6B85DB;
}
</style>
border-color css
<style>
span { border-color: #6B85DB; }
span { border-color: rgb(107,133,219); }
td.TdClassName
{
border-color: #6B85DB;
}
.TagClassName
{
border-color: #6B85DB;
}
</style>