Shades of Cornflower Blue #6F89FF
Tints of Cornflower Blue #6F89FF
RGB
CMYK
RGB Variations
Color information
#6F89FF (or 0x6F89FF) is known color: Cornflower Blue. HEX triplet: 6F, 89 and FF. RGB value is (111,137,255). Sum of RGB (Red+Green+Blue) = 111+137+255=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F89FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F89FF is #907600. Grayscale: #8E8E8E. Windows color (decimal): -9467393 or 16746863. OLE color: 16746863.
HSL color Cylindrical-coordinate representation of color #6F89FF: hue angle of 229.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F89FF is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 137 | 255 | - |
| CMYK | 0.56 | 0.46 | 0 | 0 |
| HSL | 229.17º | 1% | 0.72% | - |
| HSV(B) | 229.17º | 0.56% | 1% | - |
| XYZ | 33.55 | 28.49 | 98.34 | - |
| YUV | 142.68 | 191.39 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 255 | 0.56 | 0.46 | 0 | 0 | 229.17 | 1 | 0.72 |
| Hex | 6F | 89 | FF | 38 | 2E | 0 | 0 | E5 | 64 | 48 |
| Octal | 157 | 211 | 377 | 70 | 56 | 0 | 0 | 345 | 144 | 110 |
| Binary | 1101111 | 10001001 | 11111111 | 111000 | 101110 | 0 | 0 | 11100101 | 1100100 | 1001000 |
Color Harmonies of #6F89FF
Complementary color
Monochromatic Colors of #6F89FF
Black with #6F89FF
Text Example
Text Example
White with #6F89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F89FF; }
p { color: rgb(111,137,255); }
H1.HeaderClassName
{
color: #6F89FF;
}
.AnyTagClassName
{
color: #6F89FF;
}
</style>
background-color css
<style>
a { background-color: #6F89FF; }
a { background-color: rgb(111,137,255); }
div.DivClassName
{
background-color: #6F89FF;
}
.BgClassName
{
background-color: #6F89FF;
}
</style>
border-color css
<style>
span { border-color: #6F89FF; }
span { border-color: rgb(111,137,255); }
td.TdClassName
{
border-color: #6F89FF;
}
.TagClassName
{
border-color: #6F89FF;
}
</style>