Shades of Cornflower Blue #6897FF
Tints of Cornflower Blue #6897FF
RGB
CMYK
RGB Variations
Color information
#6897FF (or 0x6897FF) is known color: Cornflower Blue. HEX triplet: 68, 97 and FF. RGB value is (104,151,255). Sum of RGB (Red+Green+Blue) = 104+151+255=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #6897FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6897FF is #976800. Grayscale: #949494. Windows color (decimal): -9922561 or 16750440. OLE color: 16750440.
HSL color Cylindrical-coordinate representation of color #6897FF: hue angle of 221.32º 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 #6897FF is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 151 | 255 | - |
| CMYK | 0.59 | 0.41 | 0 | 0 |
| HSL | 221.32º | 1% | 0.7% | - |
| HSV(B) | 221.32º | 0.59% | 1% | - |
| XYZ | 34.83 | 32.3 | 99.01 | - |
| YUV | 148.8 | 187.93 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 255 | 0.59 | 0.41 | 0 | 0 | 221.32 | 1 | 0.7 |
| Hex | 68 | 97 | FF | 3B | 29 | 0 | 0 | DD | 64 | 46 |
| Octal | 150 | 227 | 377 | 73 | 51 | 0 | 0 | 335 | 144 | 106 |
| Binary | 1101000 | 10010111 | 11111111 | 111011 | 101001 | 0 | 0 | 11011101 | 1100100 | 1000110 |
Color Harmonies of #6897FF
Complementary color
Monochromatic Colors of #6897FF
Black with #6897FF
Text Example
Text Example
White with #6897FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6897FF; }
p { color: rgb(104,151,255); }
H1.HeaderClassName
{
color: #6897FF;
}
.AnyTagClassName
{
color: #6897FF;
}
</style>
background-color css
<style>
a { background-color: #6897FF; }
a { background-color: rgb(104,151,255); }
div.DivClassName
{
background-color: #6897FF;
}
.BgClassName
{
background-color: #6897FF;
}
</style>
border-color css
<style>
span { border-color: #6897FF; }
span { border-color: rgb(104,151,255); }
td.TdClassName
{
border-color: #6897FF;
}
.TagClassName
{
border-color: #6897FF;
}
</style>