Shades of Cornflower Blue #697CE5
Tints of Cornflower Blue #697CE5
RGB
CMYK
RGB Variations
Color information
#697CE5 (or 0x697CE5) is known color: Cornflower Blue. HEX triplet: 69, 7C and E5. RGB value is (105,124,229). Sum of RGB (Red+Green+Blue) = 105+124+229=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #697CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CE5 is #96831A. Grayscale: #818181. Windows color (decimal): -9863963 or 15039593. OLE color: 15039593.
HSL color Cylindrical-coordinate representation of color #697CE5: hue angle of 230.81º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #697CE5 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 124 | 229 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.10 |
| HSL | 230.81º | 0.7% | 0.65% | - |
| HSV(B) | 230.81º | 0.54% | 0.9% | - |
| XYZ | 27.18 | 23.08 | 77.15 | - |
| YUV | 130.29 | 183.71 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 229 | 0.54 | 0.46 | 0 | 0.10 | 230.81 | 0.7 | 0.65 |
| Hex | 69 | 7C | E5 | 36 | 2E | 0 | A | E7 | 46 | 41 |
| Octal | 151 | 174 | 345 | 66 | 56 | 0 | 12 | 347 | 106 | 101 |
| Binary | 1101001 | 1111100 | 11100101 | 110110 | 101110 | 0 | 1010 | 11100111 | 1000110 | 1000001 |
Color Harmonies of #697CE5
Complementary color
Monochromatic Colors of #697CE5
Black with #697CE5
Text Example
Text Example
White with #697CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CE5; }
p { color: rgb(105,124,229); }
H1.HeaderClassName
{
color: #697CE5;
}
.AnyTagClassName
{
color: #697CE5;
}
</style>
background-color css
<style>
a { background-color: #697CE5; }
a { background-color: rgb(105,124,229); }
div.DivClassName
{
background-color: #697CE5;
}
.BgClassName
{
background-color: #697CE5;
}
</style>
border-color css
<style>
span { border-color: #697CE5; }
span { border-color: rgb(105,124,229); }
td.TdClassName
{
border-color: #697CE5;
}
.TagClassName
{
border-color: #697CE5;
}
</style>