Shades of Cornflower Blue #6A87FF
Tints of Cornflower Blue #6A87FF
RGB
CMYK
RGB Variations
Color information
#6A87FF (or 0x6A87FF) is known color: Cornflower Blue. HEX triplet: 6A, 87 and FF. RGB value is (106,135,255). Sum of RGB (Red+Green+Blue) = 106+135+255=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A87FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A87FF is #957800. Grayscale: #8B8B8B. Windows color (decimal): -9795585 or 16746346. OLE color: 16746346.
HSL color Cylindrical-coordinate representation of color #6A87FF: hue angle of 228.32º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A87FF is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 135 | 255 | - |
| CMYK | 0.58 | 0.47 | 0 | 0 |
| HSL | 228.32º | 1% | 0.71% | - |
| HSV(B) | 228.32º | 0.58% | 1% | - |
| XYZ | 32.66 | 27.61 | 98.22 | - |
| YUV | 140.01 | 192.89 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 135 | 255 | 0.58 | 0.47 | 0 | 0 | 228.32 | 1 | 0.71 |
| Hex | 6A | 87 | FF | 3A | 2F | 0 | 0 | E4 | 64 | 47 |
| Octal | 152 | 207 | 377 | 72 | 57 | 0 | 0 | 344 | 144 | 107 |
| Binary | 1101010 | 10000111 | 11111111 | 111010 | 101111 | 0 | 0 | 11100100 | 1100100 | 1000111 |
Color Harmonies of #6A87FF
Complementary color
Monochromatic Colors of #6A87FF
Black with #6A87FF
Text Example
Text Example
White with #6A87FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A87FF; }
p { color: rgb(106,135,255); }
H1.HeaderClassName
{
color: #6A87FF;
}
.AnyTagClassName
{
color: #6A87FF;
}
</style>
background-color css
<style>
a { background-color: #6A87FF; }
a { background-color: rgb(106,135,255); }
div.DivClassName
{
background-color: #6A87FF;
}
.BgClassName
{
background-color: #6A87FF;
}
</style>
border-color css
<style>
span { border-color: #6A87FF; }
span { border-color: rgb(106,135,255); }
td.TdClassName
{
border-color: #6A87FF;
}
.TagClassName
{
border-color: #6A87FF;
}
</style>