Shades of Cornflower Blue #6F87FA
Tints of Cornflower Blue #6F87FA
RGB
CMYK
RGB Variations
Color information
#6F87FA (or 0x6F87FA) is known color: Cornflower Blue. HEX triplet: 6F, 87 and FA. RGB value is (111,135,250). Sum of RGB (Red+Green+Blue) = 111+135+250=496 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.38% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F87FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F87FA is #907805. Grayscale: #8C8C8C. Windows color (decimal): -9467910 or 16418671. OLE color: 16418671.
HSL color Cylindrical-coordinate representation of color #6F87FA: hue angle of 229.64º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F87FA is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 135 | 250 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.02 |
| HSL | 229.64º | 0.93% | 0.71% | - |
| HSV(B) | 229.64º | 0.56% | 0.98% | - |
| XYZ | 32.47 | 27.61 | 94.06 | - |
| YUV | 140.93 | 189.55 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 250 | 0.56 | 0.46 | 0 | 0.02 | 229.64 | 0.93 | 0.71 |
| Hex | 6F | 87 | FA | 38 | 2E | 0 | 2 | E6 | 5D | 47 |
| Octal | 157 | 207 | 372 | 70 | 56 | 0 | 2 | 346 | 135 | 107 |
| Binary | 1101111 | 10000111 | 11111010 | 111000 | 101110 | 0 | 10 | 11100110 | 1011101 | 1000111 |
Color Harmonies of #6F87FA
Complementary color
Monochromatic Colors of #6F87FA
Black with #6F87FA
Text Example
Text Example
White with #6F87FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F87FA; }
p { color: rgb(111,135,250); }
H1.HeaderClassName
{
color: #6F87FA;
}
.AnyTagClassName
{
color: #6F87FA;
}
</style>
background-color css
<style>
a { background-color: #6F87FA; }
a { background-color: rgb(111,135,250); }
div.DivClassName
{
background-color: #6F87FA;
}
.BgClassName
{
background-color: #6F87FA;
}
</style>
border-color css
<style>
span { border-color: #6F87FA; }
span { border-color: rgb(111,135,250); }
td.TdClassName
{
border-color: #6F87FA;
}
.TagClassName
{
border-color: #6F87FA;
}
</style>