Shades of Cornflower Blue #6989FF
Tints of Cornflower Blue #6989FF
RGB
CMYK
RGB Variations
Color information
#6989FF (or 0x6989FF) is known color: Cornflower Blue. HEX triplet: 69, 89 and FF. RGB value is (105,137,255). Sum of RGB (Red+Green+Blue) = 105+137+255=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #6989FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6989FF is #967600. Grayscale: #8C8C8C. Windows color (decimal): -9860609 or 16746857. OLE color: 16746857.
HSL color Cylindrical-coordinate representation of color #6989FF: hue angle of 227.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6989FF is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 137 | 255 | - |
| CMYK | 0.59 | 0.46 | 0 | 0 |
| HSL | 227.2º | 1% | 0.71% | - |
| HSV(B) | 227.2º | 0.59% | 1% | - |
| XYZ | 32.82 | 28.11 | 98.3 | - |
| YUV | 140.88 | 192.4 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 255 | 0.59 | 0.46 | 0 | 0 | 227.2 | 1 | 0.71 |
| Hex | 69 | 89 | FF | 3B | 2E | 0 | 0 | E3 | 64 | 47 |
| Octal | 151 | 211 | 377 | 73 | 56 | 0 | 0 | 343 | 144 | 107 |
| Binary | 1101001 | 10001001 | 11111111 | 111011 | 101110 | 0 | 0 | 11100011 | 1100100 | 1000111 |
Color Harmonies of #6989FF
Complementary color
Monochromatic Colors of #6989FF
Black with #6989FF
Text Example
Text Example
White with #6989FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6989FF; }
p { color: rgb(105,137,255); }
H1.HeaderClassName
{
color: #6989FF;
}
.AnyTagClassName
{
color: #6989FF;
}
</style>
background-color css
<style>
a { background-color: #6989FF; }
a { background-color: rgb(105,137,255); }
div.DivClassName
{
background-color: #6989FF;
}
.BgClassName
{
background-color: #6989FF;
}
</style>
border-color css
<style>
span { border-color: #6989FF; }
span { border-color: rgb(105,137,255); }
td.TdClassName
{
border-color: #6989FF;
}
.TagClassName
{
border-color: #6989FF;
}
</style>