Shades of Cornflower Blue #6894DA
Tints of Cornflower Blue #6894DA
RGB
CMYK
RGB Variations
Color information
#6894DA (or 0x6894DA) is known color: Cornflower Blue. HEX triplet: 68, 94 and DA. RGB value is (104,148,218). Sum of RGB (Red+Green+Blue) = 104+148+218=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #6894DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6894DA is #976B25. Grayscale: #8E8E8E. Windows color (decimal): -9923366 or 14324840. OLE color: 14324840.
HSL color Cylindrical-coordinate representation of color #6894DA: hue angle of 216.84º 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 #6894DA is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 148 | 218 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.15 |
| HSL | 216.84º | 0.61% | 0.63% | - |
| HSV(B) | 216.84º | 0.52% | 0.85% | - |
| XYZ | 28.95 | 29.18 | 70.44 | - |
| YUV | 142.82 | 170.42 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 218 | 0.52 | 0.32 | 0 | 0.15 | 216.84 | 0.61 | 0.63 |
| Hex | 68 | 94 | DA | 34 | 20 | 0 | F | D9 | 3D | 3F |
| Octal | 150 | 224 | 332 | 64 | 40 | 0 | 17 | 331 | 75 | 77 |
| Binary | 1101000 | 10010100 | 11011010 | 110100 | 100000 | 0 | 1111 | 11011001 | 111101 | 111111 |
Color Harmonies of #6894DA
Complementary color
Monochromatic Colors of #6894DA
Black with #6894DA
Text Example
Text Example
White with #6894DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6894DA; }
p { color: rgb(104,148,218); }
H1.HeaderClassName
{
color: #6894DA;
}
.AnyTagClassName
{
color: #6894DA;
}
</style>
background-color css
<style>
a { background-color: #6894DA; }
a { background-color: rgb(104,148,218); }
div.DivClassName
{
background-color: #6894DA;
}
.BgClassName
{
background-color: #6894DA;
}
</style>
border-color css
<style>
span { border-color: #6894DA; }
span { border-color: rgb(104,148,218); }
td.TdClassName
{
border-color: #6894DA;
}
.TagClassName
{
border-color: #6894DA;
}
</style>