Shades of Cornflower Blue #6899DA
Tints of Cornflower Blue #6899DA
RGB
CMYK
RGB Variations
Color information
#6899DA (or 0x6899DA) is known color: Cornflower Blue. HEX triplet: 68, 99 and DA. RGB value is (104,153,218). Sum of RGB (Red+Green+Blue) = 104+153+218=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #6899DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6899DA is #976625. Grayscale: #919191. Windows color (decimal): -9922086 or 14326120. OLE color: 14326120.
HSL color Cylindrical-coordinate representation of color #6899DA: hue angle of 214.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6899DA is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 153 | 218 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.15 |
| HSL | 214.21º | 0.61% | 0.63% | - |
| HSV(B) | 214.21º | 0.52% | 0.85% | - |
| XYZ | 29.76 | 30.79 | 70.7 | - |
| YUV | 145.76 | 168.77 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 218 | 0.52 | 0.30 | 0 | 0.15 | 214.21 | 0.61 | 0.63 |
| Hex | 68 | 99 | DA | 34 | 1E | 0 | F | D6 | 3D | 3F |
| Octal | 150 | 231 | 332 | 64 | 36 | 0 | 17 | 326 | 75 | 77 |
| Binary | 1101000 | 10011001 | 11011010 | 110100 | 11110 | 0 | 1111 | 11010110 | 111101 | 111111 |
Color Harmonies of #6899DA
Complementary color
Monochromatic Colors of #6899DA
Black with #6899DA
Text Example
Text Example
White with #6899DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899DA; }
p { color: rgb(104,153,218); }
H1.HeaderClassName
{
color: #6899DA;
}
.AnyTagClassName
{
color: #6899DA;
}
</style>
background-color css
<style>
a { background-color: #6899DA; }
a { background-color: rgb(104,153,218); }
div.DivClassName
{
background-color: #6899DA;
}
.BgClassName
{
background-color: #6899DA;
}
</style>
border-color css
<style>
span { border-color: #6899DA; }
span { border-color: rgb(104,153,218); }
td.TdClassName
{
border-color: #6899DA;
}
.TagClassName
{
border-color: #6899DA;
}
</style>