Shades of Cornflower Blue #6A85D9
Tints of Cornflower Blue #6A85D9
RGB
CMYK
RGB Variations
Color information
#6A85D9 (or 0x6A85D9) is known color: Cornflower Blue. HEX triplet: 6A, 85 and D9. RGB value is (106,133,217). Sum of RGB (Red+Green+Blue) = 106+133+217=456 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.25% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #6A85D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A85D9 is #957A26. Grayscale: #868686. Windows color (decimal): -9796135 or 14255466. OLE color: 14255466.
HSL color Cylindrical-coordinate representation of color #6A85D9: hue angle of 225.41º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A85D9 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 133 | 217 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.15 |
| HSL | 225.41º | 0.59% | 0.63% | - |
| HSV(B) | 225.41º | 0.51% | 0.85% | - |
| XYZ | 26.86 | 24.85 | 69.03 | - |
| YUV | 134.5 | 174.55 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 217 | 0.51 | 0.39 | 0 | 0.15 | 225.41 | 0.59 | 0.63 |
| Hex | 6A | 85 | D9 | 33 | 27 | 0 | F | E1 | 3B | 3F |
| Octal | 152 | 205 | 331 | 63 | 47 | 0 | 17 | 341 | 73 | 77 |
| Binary | 1101010 | 10000101 | 11011001 | 110011 | 100111 | 0 | 1111 | 11100001 | 111011 | 111111 |
Color Harmonies of #6A85D9
Complementary color
Monochromatic Colors of #6A85D9
Black with #6A85D9
Text Example
Text Example
White with #6A85D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A85D9; }
p { color: rgb(106,133,217); }
H1.HeaderClassName
{
color: #6A85D9;
}
.AnyTagClassName
{
color: #6A85D9;
}
</style>
background-color css
<style>
a { background-color: #6A85D9; }
a { background-color: rgb(106,133,217); }
div.DivClassName
{
background-color: #6A85D9;
}
.BgClassName
{
background-color: #6A85D9;
}
</style>
border-color css
<style>
span { border-color: #6A85D9; }
span { border-color: rgb(106,133,217); }
td.TdClassName
{
border-color: #6A85D9;
}
.TagClassName
{
border-color: #6A85D9;
}
</style>