Shades of Cornflower Blue #698AD5
Tints of Cornflower Blue #698AD5
RGB
CMYK
RGB Variations
Color information
#698AD5 (or 0x698AD5) is known color: Cornflower Blue. HEX triplet: 69, 8A and D5. RGB value is (105,138,213). Sum of RGB (Red+Green+Blue) = 105+138+213=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #698AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698AD5 is #96752A. Grayscale: #888888. Windows color (decimal): -9860395 or 13994601. OLE color: 13994601.
HSL color Cylindrical-coordinate representation of color #698AD5: hue angle of 221.67º degrees, saturation: 0.56, 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 #698AD5 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 138 | 213 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.16 |
| HSL | 221.67º | 0.56% | 0.62% | - |
| HSV(B) | 221.67º | 0.51% | 0.84% | - |
| XYZ | 26.92 | 25.98 | 66.55 | - |
| YUV | 136.68 | 171.07 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 213 | 0.51 | 0.35 | 0 | 0.16 | 221.67 | 0.56 | 0.62 |
| Hex | 69 | 8A | D5 | 33 | 23 | 0 | 10 | DE | 38 | 3E |
| Octal | 151 | 212 | 325 | 63 | 43 | 0 | 20 | 336 | 70 | 76 |
| Binary | 1101001 | 10001010 | 11010101 | 110011 | 100011 | 0 | 10000 | 11011110 | 111000 | 111110 |
Color Harmonies of #698AD5
Complementary color
Monochromatic Colors of #698AD5
Black with #698AD5
Text Example
Text Example
White with #698AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698AD5; }
p { color: rgb(105,138,213); }
H1.HeaderClassName
{
color: #698AD5;
}
.AnyTagClassName
{
color: #698AD5;
}
</style>
background-color css
<style>
a { background-color: #698AD5; }
a { background-color: rgb(105,138,213); }
div.DivClassName
{
background-color: #698AD5;
}
.BgClassName
{
background-color: #698AD5;
}
</style>
border-color css
<style>
span { border-color: #698AD5; }
span { border-color: rgb(105,138,213); }
td.TdClassName
{
border-color: #698AD5;
}
.TagClassName
{
border-color: #698AD5;
}
</style>