Shades of Cornflower Blue #698CE0
Tints of Cornflower Blue #698CE0
RGB
CMYK
RGB Variations
Color information
#698CE0 (or 0x698CE0) is known color: Cornflower Blue. HEX triplet: 69, 8C and E0. RGB value is (105,140,224). Sum of RGB (Red+Green+Blue) = 105+140+224=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #698CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CE0 is #96731F. Grayscale: #8A8A8A. Windows color (decimal): -9859872 or 14716009. OLE color: 14716009.
HSL color Cylindrical-coordinate representation of color #698CE0: hue angle of 222.35º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #698CE0 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 140 | 224 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.12 |
| HSL | 222.35º | 0.66% | 0.65% | - |
| HSV(B) | 222.35º | 0.53% | 0.88% | - |
| XYZ | 28.66 | 27.14 | 74.25 | - |
| YUV | 139.11 | 175.9 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 224 | 0.53 | 0.38 | 0 | 0.12 | 222.35 | 0.66 | 0.65 |
| Hex | 69 | 8C | E0 | 35 | 26 | 0 | C | DE | 42 | 41 |
| Octal | 151 | 214 | 340 | 65 | 46 | 0 | 14 | 336 | 102 | 101 |
| Binary | 1101001 | 10001100 | 11100000 | 110101 | 100110 | 0 | 1100 | 11011110 | 1000010 | 1000001 |
Color Harmonies of #698CE0
Complementary color
Monochromatic Colors of #698CE0
Black with #698CE0
Text Example
Text Example
White with #698CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CE0; }
p { color: rgb(105,140,224); }
H1.HeaderClassName
{
color: #698CE0;
}
.AnyTagClassName
{
color: #698CE0;
}
</style>
background-color css
<style>
a { background-color: #698CE0; }
a { background-color: rgb(105,140,224); }
div.DivClassName
{
background-color: #698CE0;
}
.BgClassName
{
background-color: #698CE0;
}
</style>
border-color css
<style>
span { border-color: #698CE0; }
span { border-color: rgb(105,140,224); }
td.TdClassName
{
border-color: #698CE0;
}
.TagClassName
{
border-color: #698CE0;
}
</style>