Shades of Cornflower Blue #6785DD
Tints of Cornflower Blue #6785DD
RGB
CMYK
RGB Variations
Color information
#6785DD (or 0x6785DD) is known color: Cornflower Blue. HEX triplet: 67, 85 and DD. RGB value is (103,133,221). Sum of RGB (Red+Green+Blue) = 103+133+221=457 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.54% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #6785DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6785DD is #987A22. Grayscale: #858585. Windows color (decimal): -9992739 or 14517607. OLE color: 14517607.
HSL color Cylindrical-coordinate representation of color #6785DD: hue angle of 224.75º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6785DD is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 133 | 221 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.13 |
| HSL | 224.75º | 0.63% | 0.64% | - |
| HSV(B) | 224.75º | 0.53% | 0.87% | - |
| XYZ | 27.03 | 24.88 | 71.78 | - |
| YUV | 134.06 | 177.06 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 221 | 0.53 | 0.40 | 0 | 0.13 | 224.75 | 0.63 | 0.64 |
| Hex | 67 | 85 | DD | 35 | 28 | 0 | D | E1 | 3F | 40 |
| Octal | 147 | 205 | 335 | 65 | 50 | 0 | 15 | 341 | 77 | 100 |
| Binary | 1100111 | 10000101 | 11011101 | 110101 | 101000 | 0 | 1101 | 11100001 | 111111 | 1000000 |
Color Harmonies of #6785DD
Complementary color
Monochromatic Colors of #6785DD
Black with #6785DD
Text Example
Text Example
White with #6785DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6785DD; }
p { color: rgb(103,133,221); }
H1.HeaderClassName
{
color: #6785DD;
}
.AnyTagClassName
{
color: #6785DD;
}
</style>
background-color css
<style>
a { background-color: #6785DD; }
a { background-color: rgb(103,133,221); }
div.DivClassName
{
background-color: #6785DD;
}
.BgClassName
{
background-color: #6785DD;
}
</style>
border-color css
<style>
span { border-color: #6785DD; }
span { border-color: rgb(103,133,221); }
td.TdClassName
{
border-color: #6785DD;
}
.TagClassName
{
border-color: #6785DD;
}
</style>