Shades of Cornflower Blue #6893D6
Tints of Cornflower Blue #6893D6
RGB
CMYK
RGB Variations
Color information
#6893D6 (or 0x6893D6) is known color: Cornflower Blue. HEX triplet: 68, 93 and D6. RGB value is (104,147,214). Sum of RGB (Red+Green+Blue) = 104+147+214=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #6893D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6893D6 is #976C29. Grayscale: #8D8D8D. Windows color (decimal): -9923626 or 14062440. OLE color: 14062440.
HSL color Cylindrical-coordinate representation of color #6893D6: hue angle of 216.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6893D6 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 147 | 214 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.16 |
| HSL | 216.55º | 0.57% | 0.62% | - |
| HSV(B) | 216.55º | 0.51% | 0.84% | - |
| XYZ | 28.28 | 28.67 | 67.66 | - |
| YUV | 141.78 | 168.75 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 214 | 0.51 | 0.31 | 0 | 0.16 | 216.55 | 0.57 | 0.62 |
| Hex | 68 | 93 | D6 | 33 | 1F | 0 | 10 | D9 | 39 | 3E |
| Octal | 150 | 223 | 326 | 63 | 37 | 0 | 20 | 331 | 71 | 76 |
| Binary | 1101000 | 10010011 | 11010110 | 110011 | 11111 | 0 | 10000 | 11011001 | 111001 | 111110 |
Color Harmonies of #6893D6
Complementary color
Monochromatic Colors of #6893D6
Black with #6893D6
Text Example
Text Example
White with #6893D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6893D6; }
p { color: rgb(104,147,214); }
H1.HeaderClassName
{
color: #6893D6;
}
.AnyTagClassName
{
color: #6893D6;
}
</style>
background-color css
<style>
a { background-color: #6893D6; }
a { background-color: rgb(104,147,214); }
div.DivClassName
{
background-color: #6893D6;
}
.BgClassName
{
background-color: #6893D6;
}
</style>
border-color css
<style>
span { border-color: #6893D6; }
span { border-color: rgb(104,147,214); }
td.TdClassName
{
border-color: #6893D6;
}
.TagClassName
{
border-color: #6893D6;
}
</style>