Shades of Cornflower Blue #6892D8
Tints of Cornflower Blue #6892D8
RGB
CMYK
RGB Variations
Color information
#6892D8 (or 0x6892D8) is known color: Cornflower Blue. HEX triplet: 68, 92 and D8. RGB value is (104,146,216). Sum of RGB (Red+Green+Blue) = 104+146+216=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #6892D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892D8 is #976D27. Grayscale: #8D8D8D. Windows color (decimal): -9923880 or 14193256. OLE color: 14193256.
HSL color Cylindrical-coordinate representation of color #6892D8: hue angle of 217.5º degrees, saturation: 0.59, 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 #6892D8 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 146 | 216 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.15 |
| HSL | 217.5º | 0.59% | 0.63% | - |
| HSV(B) | 217.5º | 0.52% | 0.85% | - |
| XYZ | 28.38 | 28.46 | 68.96 | - |
| YUV | 141.42 | 170.09 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 216 | 0.52 | 0.32 | 0 | 0.15 | 217.5 | 0.59 | 0.63 |
| Hex | 68 | 92 | D8 | 34 | 20 | 0 | F | DA | 3B | 3F |
| Octal | 150 | 222 | 330 | 64 | 40 | 0 | 17 | 332 | 73 | 77 |
| Binary | 1101000 | 10010010 | 11011000 | 110100 | 100000 | 0 | 1111 | 11011010 | 111011 | 111111 |
Color Harmonies of #6892D8
Complementary color
Monochromatic Colors of #6892D8
Black with #6892D8
Text Example
Text Example
White with #6892D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6892D8; }
p { color: rgb(104,146,216); }
H1.HeaderClassName
{
color: #6892D8;
}
.AnyTagClassName
{
color: #6892D8;
}
</style>
background-color css
<style>
a { background-color: #6892D8; }
a { background-color: rgb(104,146,216); }
div.DivClassName
{
background-color: #6892D8;
}
.BgClassName
{
background-color: #6892D8;
}
</style>
border-color css
<style>
span { border-color: #6892D8; }
span { border-color: rgb(104,146,216); }
td.TdClassName
{
border-color: #6892D8;
}
.TagClassName
{
border-color: #6892D8;
}
</style>