Shades of Cornflower Blue #6A86D5
Tints of Cornflower Blue #6A86D5
RGB
CMYK
RGB Variations
Color information
#6A86D5 (or 0x6A86D5) is known color: Cornflower Blue. HEX triplet: 6A, 86 and D5. RGB value is (106,134,213). Sum of RGB (Red+Green+Blue) = 106+134+213=453 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.40% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #6A86D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A86D5 is #95792A. Grayscale: #868686. Windows color (decimal): -9795883 or 13993578. OLE color: 13993578.
HSL color Cylindrical-coordinate representation of color #6A86D5: hue angle of 224.3º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A86D5 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 134 | 213 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.16 |
| HSL | 224.3º | 0.56% | 0.63% | - |
| HSV(B) | 224.3º | 0.5% | 0.84% | - |
| XYZ | 26.48 | 24.92 | 66.36 | - |
| YUV | 134.63 | 172.22 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 213 | 0.50 | 0.37 | 0 | 0.16 | 224.3 | 0.56 | 0.63 |
| Hex | 6A | 86 | D5 | 32 | 25 | 0 | 10 | E0 | 38 | 3F |
| Octal | 152 | 206 | 325 | 62 | 45 | 0 | 20 | 340 | 70 | 77 |
| Binary | 1101010 | 10000110 | 11010101 | 110010 | 100101 | 0 | 10000 | 11100000 | 111000 | 111111 |
Color Harmonies of #6A86D5
Complementary color
Monochromatic Colors of #6A86D5
Black with #6A86D5
Text Example
Text Example
White with #6A86D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A86D5; }
p { color: rgb(106,134,213); }
H1.HeaderClassName
{
color: #6A86D5;
}
.AnyTagClassName
{
color: #6A86D5;
}
</style>
background-color css
<style>
a { background-color: #6A86D5; }
a { background-color: rgb(106,134,213); }
div.DivClassName
{
background-color: #6A86D5;
}
.BgClassName
{
background-color: #6A86D5;
}
</style>
border-color css
<style>
span { border-color: #6A86D5; }
span { border-color: rgb(106,134,213); }
td.TdClassName
{
border-color: #6A86D5;
}
.TagClassName
{
border-color: #6A86D5;
}
</style>