Shades of Cornflower Blue #6889FF
Tints of Cornflower Blue #6889FF
RGB
CMYK
RGB Variations
Color information
#6889FF (or 0x6889FF) is known color: Cornflower Blue. HEX triplet: 68, 89 and FF. RGB value is (104,137,255). Sum of RGB (Red+Green+Blue) = 104+137+255=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 137 (53.91% from 255 or 27.62% 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 #6889FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6889FF is #977600. Grayscale: #8C8C8C. Windows color (decimal): -9926145 or 16746856. OLE color: 16746856.
HSL color Cylindrical-coordinate representation of color #6889FF: hue angle of 226.89º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6889FF is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 137 | 255 | - |
| CMYK | 0.59 | 0.46 | 0 | 0 |
| HSL | 226.89º | 1% | 0.7% | - |
| HSV(B) | 226.89º | 0.59% | 1% | - |
| XYZ | 32.7 | 28.05 | 98.3 | - |
| YUV | 140.59 | 192.57 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 255 | 0.59 | 0.46 | 0 | 0 | 226.89 | 1 | 0.7 |
| Hex | 68 | 89 | FF | 3B | 2E | 0 | 0 | E3 | 64 | 46 |
| Octal | 150 | 211 | 377 | 73 | 56 | 0 | 0 | 343 | 144 | 106 |
| Binary | 1101000 | 10001001 | 11111111 | 111011 | 101110 | 0 | 0 | 11100011 | 1100100 | 1000110 |
Color Harmonies of #6889FF
Complementary color
Monochromatic Colors of #6889FF
Black with #6889FF
Text Example
Text Example
White with #6889FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6889FF; }
p { color: rgb(104,137,255); }
H1.HeaderClassName
{
color: #6889FF;
}
.AnyTagClassName
{
color: #6889FF;
}
</style>
background-color css
<style>
a { background-color: #6889FF; }
a { background-color: rgb(104,137,255); }
div.DivClassName
{
background-color: #6889FF;
}
.BgClassName
{
background-color: #6889FF;
}
</style>
border-color css
<style>
span { border-color: #6889FF; }
span { border-color: rgb(104,137,255); }
td.TdClassName
{
border-color: #6889FF;
}
.TagClassName
{
border-color: #6889FF;
}
</style>