Shades of Cornflower Blue #6B85DD
Tints of Cornflower Blue #6B85DD
RGB
CMYK
RGB Variations
Color information
#6B85DD (or 0x6B85DD) is known color: Cornflower Blue. HEX triplet: 6B, 85 and DD. RGB value is (107,133,221). Sum of RGB (Red+Green+Blue) = 107+133+221=461 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.21% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B85DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B85DD is #947A22. Grayscale: #868686. Windows color (decimal): -9730595 or 14517611. OLE color: 14517611.
HSL color Cylindrical-coordinate representation of color #6B85DD: hue angle of 226.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B85DD is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 133 | 221 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.13 |
| HSL | 226.32º | 0.63% | 0.64% | - |
| HSV(B) | 226.32º | 0.52% | 0.87% | - |
| XYZ | 27.5 | 25.12 | 71.81 | - |
| YUV | 135.26 | 176.39 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 221 | 0.52 | 0.40 | 0 | 0.13 | 226.32 | 0.63 | 0.64 |
| Hex | 6B | 85 | DD | 34 | 28 | 0 | D | E2 | 3F | 40 |
| Octal | 153 | 205 | 335 | 64 | 50 | 0 | 15 | 342 | 77 | 100 |
| Binary | 1101011 | 10000101 | 11011101 | 110100 | 101000 | 0 | 1101 | 11100010 | 111111 | 1000000 |
Color Harmonies of #6B85DD
Complementary color
Monochromatic Colors of #6B85DD
Black with #6B85DD
Text Example
Text Example
White with #6B85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B85DD; }
p { color: rgb(107,133,221); }
H1.HeaderClassName
{
color: #6B85DD;
}
.AnyTagClassName
{
color: #6B85DD;
}
</style>
background-color css
<style>
a { background-color: #6B85DD; }
a { background-color: rgb(107,133,221); }
div.DivClassName
{
background-color: #6B85DD;
}
.BgClassName
{
background-color: #6B85DD;
}
</style>
border-color css
<style>
span { border-color: #6B85DD; }
span { border-color: rgb(107,133,221); }
td.TdClassName
{
border-color: #6B85DD;
}
.TagClassName
{
border-color: #6B85DD;
}
</style>