Shades of Cornflower Blue #6899FF
Tints of Cornflower Blue #6899FF
RGB
CMYK
RGB Variations
Color information
#6899FF (or 0x6899FF) is known color: Cornflower Blue. HEX triplet: 68, 99 and FF. RGB value is (104,153,255). Sum of RGB (Red+Green+Blue) = 104+153+255=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #6899FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6899FF is #976600. Grayscale: #959595. Windows color (decimal): -9922049 or 16750952. OLE color: 16750952.
HSL color Cylindrical-coordinate representation of color #6899FF: hue angle of 220.53º 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 #6899FF is Cyan = 0.59, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 153 | 255 | - |
| CMYK | 0.59 | 0.4 | 0 | 0 |
| HSL | 220.53º | 1% | 0.7% | - |
| HSV(B) | 220.53º | 0.59% | 1% | - |
| XYZ | 35.15 | 32.95 | 99.11 | - |
| YUV | 149.98 | 187.27 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 255 | 0.59 | 0.4 | 0 | 0 | 220.53 | 1 | 0.7 |
| Hex | 68 | 99 | FF | 3B | 28 | 0 | 0 | DD | 64 | 46 |
| Octal | 150 | 231 | 377 | 73 | 50 | 0 | 0 | 335 | 144 | 106 |
| Binary | 1101000 | 10011001 | 11111111 | 111011 | 101000 | 0 | 0 | 11011101 | 1100100 | 1000110 |
Color Harmonies of #6899FF
Complementary color
Monochromatic Colors of #6899FF
Black with #6899FF
Text Example
Text Example
White with #6899FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899FF; }
p { color: rgb(104,153,255); }
H1.HeaderClassName
{
color: #6899FF;
}
.AnyTagClassName
{
color: #6899FF;
}
</style>
background-color css
<style>
a { background-color: #6899FF; }
a { background-color: rgb(104,153,255); }
div.DivClassName
{
background-color: #6899FF;
}
.BgClassName
{
background-color: #6899FF;
}
</style>
border-color css
<style>
span { border-color: #6899FF; }
span { border-color: rgb(104,153,255); }
td.TdClassName
{
border-color: #6899FF;
}
.TagClassName
{
border-color: #6899FF;
}
</style>