Shades of Cornflower Blue #6A85EB
Tints of Cornflower Blue #6A85EB
RGB
CMYK
RGB Variations
Color information
#6A85EB (or 0x6A85EB) is known color: Cornflower Blue. HEX triplet: 6A, 85 and EB. RGB value is (106,133,235). Sum of RGB (Red+Green+Blue) = 106+133+235=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A85EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A85EB is #957A14. Grayscale: #888888. Windows color (decimal): -9796117 or 15435114. OLE color: 15435114.
HSL color Cylindrical-coordinate representation of color #6A85EB: hue angle of 227.44º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A85EB is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 133 | 235 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.08 |
| HSL | 227.44º | 0.76% | 0.67% | - |
| HSV(B) | 227.44º | 0.55% | 0.92% | - |
| XYZ | 29.33 | 25.84 | 82.04 | - |
| YUV | 136.56 | 183.55 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 235 | 0.55 | 0.43 | 0 | 0.08 | 227.44 | 0.76 | 0.67 |
| Hex | 6A | 85 | EB | 37 | 2B | 0 | 8 | E3 | 4C | 43 |
| Octal | 152 | 205 | 353 | 67 | 53 | 0 | 10 | 343 | 114 | 103 |
| Binary | 1101010 | 10000101 | 11101011 | 110111 | 101011 | 0 | 1000 | 11100011 | 1001100 | 1000011 |
Color Harmonies of #6A85EB
Complementary color
Monochromatic Colors of #6A85EB
Black with #6A85EB
Text Example
Text Example
White with #6A85EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A85EB; }
p { color: rgb(106,133,235); }
H1.HeaderClassName
{
color: #6A85EB;
}
.AnyTagClassName
{
color: #6A85EB;
}
</style>
background-color css
<style>
a { background-color: #6A85EB; }
a { background-color: rgb(106,133,235); }
div.DivClassName
{
background-color: #6A85EB;
}
.BgClassName
{
background-color: #6A85EB;
}
</style>
border-color css
<style>
span { border-color: #6A85EB; }
span { border-color: rgb(106,133,235); }
td.TdClassName
{
border-color: #6A85EB;
}
.TagClassName
{
border-color: #6A85EB;
}
</style>