Shades of Cornflower Blue #6888DA
Tints of Cornflower Blue #6888DA
RGB
CMYK
RGB Variations
Color information
#6888DA (or 0x6888DA) is known color: Cornflower Blue. HEX triplet: 68, 88 and DA. RGB value is (104,136,218). Sum of RGB (Red+Green+Blue) = 104+136+218=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #6888DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6888DA is #977725. Grayscale: #878787. Windows color (decimal): -9926438 or 14321768. OLE color: 14321768.
HSL color Cylindrical-coordinate representation of color #6888DA: hue angle of 223.16º 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 #6888DA is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 136 | 218 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.15 |
| HSL | 223.16º | 0.61% | 0.63% | - |
| HSV(B) | 223.16º | 0.52% | 0.85% | - |
| XYZ | 27.17 | 25.61 | 69.84 | - |
| YUV | 135.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 218 | 0.52 | 0.38 | 0 | 0.15 | 223.16 | 0.61 | 0.63 |
| Hex | 68 | 88 | DA | 34 | 26 | 0 | F | DF | 3D | 3F |
| Octal | 150 | 210 | 332 | 64 | 46 | 0 | 17 | 337 | 75 | 77 |
| Binary | 1101000 | 10001000 | 11011010 | 110100 | 100110 | 0 | 1111 | 11011111 | 111101 | 111111 |
Color Harmonies of #6888DA
Complementary color
Monochromatic Colors of #6888DA
Black with #6888DA
Text Example
Text Example
White with #6888DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6888DA; }
p { color: rgb(104,136,218); }
H1.HeaderClassName
{
color: #6888DA;
}
.AnyTagClassName
{
color: #6888DA;
}
</style>
background-color css
<style>
a { background-color: #6888DA; }
a { background-color: rgb(104,136,218); }
div.DivClassName
{
background-color: #6888DA;
}
.BgClassName
{
background-color: #6888DA;
}
</style>
border-color css
<style>
span { border-color: #6888DA; }
span { border-color: rgb(104,136,218); }
td.TdClassName
{
border-color: #6888DA;
}
.TagClassName
{
border-color: #6888DA;
}
</style>