Shades of Cornflower Blue #698BD5
Tints of Cornflower Blue #698BD5
RGB
CMYK
RGB Variations
Color information
#698BD5 (or 0x698BD5) is known color: Cornflower Blue. HEX triplet: 69, 8B and D5. RGB value is (105,139,213). Sum of RGB (Red+Green+Blue) = 105+139+213=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #698BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BD5 is #96742A. Grayscale: #888888. Windows color (decimal): -9860139 or 13994857. OLE color: 13994857.
HSL color Cylindrical-coordinate representation of color #698BD5: hue angle of 221.11º 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 #698BD5 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 139 | 213 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.16 |
| HSL | 221.11º | 0.56% | 0.62% | - |
| HSV(B) | 221.11º | 0.51% | 0.84% | - |
| XYZ | 27.07 | 26.27 | 66.6 | - |
| YUV | 137.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 213 | 0.51 | 0.35 | 0 | 0.16 | 221.11 | 0.56 | 0.62 |
| Hex | 69 | 8B | D5 | 33 | 23 | 0 | 10 | DD | 38 | 3E |
| Octal | 151 | 213 | 325 | 63 | 43 | 0 | 20 | 335 | 70 | 76 |
| Binary | 1101001 | 10001011 | 11010101 | 110011 | 100011 | 0 | 10000 | 11011101 | 111000 | 111110 |
Color Harmonies of #698BD5
Complementary color
Monochromatic Colors of #698BD5
Black with #698BD5
Text Example
Text Example
White with #698BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BD5; }
p { color: rgb(105,139,213); }
H1.HeaderClassName
{
color: #698BD5;
}
.AnyTagClassName
{
color: #698BD5;
}
</style>
background-color css
<style>
a { background-color: #698BD5; }
a { background-color: rgb(105,139,213); }
div.DivClassName
{
background-color: #698BD5;
}
.BgClassName
{
background-color: #698BD5;
}
</style>
border-color css
<style>
span { border-color: #698BD5; }
span { border-color: rgb(105,139,213); }
td.TdClassName
{
border-color: #698BD5;
}
.TagClassName
{
border-color: #698BD5;
}
</style>