Shades of Cornflower Blue #6988DA
Tints of Cornflower Blue #6988DA
RGB
CMYK
RGB Variations
Color information
#6988DA (or 0x6988DA) is known color: Cornflower Blue. HEX triplet: 69, 88 and DA. RGB value is (105,136,218). Sum of RGB (Red+Green+Blue) = 105+136+218=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #6988DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6988DA is #967725. Grayscale: #878787. Windows color (decimal): -9860902 or 14321769. OLE color: 14321769.
HSL color Cylindrical-coordinate representation of color #6988DA: hue angle of 223.54º degrees, saturation: 0.6, 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 #6988DA is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 136 | 218 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.15 |
| HSL | 223.54º | 0.6% | 0.63% | - |
| HSV(B) | 223.54º | 0.52% | 0.85% | - |
| XYZ | 27.28 | 25.67 | 69.85 | - |
| YUV | 136.08 | 174.23 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 218 | 0.52 | 0.38 | 0 | 0.15 | 223.54 | 0.6 | 0.63 |
| Hex | 69 | 88 | DA | 34 | 26 | 0 | F | E0 | 3C | 3F |
| Octal | 151 | 210 | 332 | 64 | 46 | 0 | 17 | 340 | 74 | 77 |
| Binary | 1101001 | 10001000 | 11011010 | 110100 | 100110 | 0 | 1111 | 11100000 | 111100 | 111111 |
Color Harmonies of #6988DA
Complementary color
Monochromatic Colors of #6988DA
Black with #6988DA
Text Example
Text Example
White with #6988DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6988DA; }
p { color: rgb(105,136,218); }
H1.HeaderClassName
{
color: #6988DA;
}
.AnyTagClassName
{
color: #6988DA;
}
</style>
background-color css
<style>
a { background-color: #6988DA; }
a { background-color: rgb(105,136,218); }
div.DivClassName
{
background-color: #6988DA;
}
.BgClassName
{
background-color: #6988DA;
}
</style>
border-color css
<style>
span { border-color: #6988DA; }
span { border-color: rgb(105,136,218); }
td.TdClassName
{
border-color: #6988DA;
}
.TagClassName
{
border-color: #6988DA;
}
</style>