Shades of Cornflower Blue #697FE8
Tints of Cornflower Blue #697FE8
RGB
CMYK
RGB Variations
Color information
#697FE8 (or 0x697FE8) is known color: Cornflower Blue. HEX triplet: 69, 7F and E8. RGB value is (105,127,232). Sum of RGB (Red+Green+Blue) = 105+127+232=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #697FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697FE8 is #968017. Grayscale: #838383. Windows color (decimal): -9863192 or 15236969. OLE color: 15236969.
HSL color Cylindrical-coordinate representation of color #697FE8: hue angle of 229.61º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #697FE8 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 127 | 232 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.09 |
| HSL | 229.61º | 0.73% | 0.66% | - |
| HSV(B) | 229.61º | 0.55% | 0.91% | - |
| XYZ | 27.98 | 24.01 | 79.5 | - |
| YUV | 132.39 | 184.21 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 232 | 0.55 | 0.45 | 0 | 0.09 | 229.61 | 0.73 | 0.66 |
| Hex | 69 | 7F | E8 | 37 | 2D | 0 | 9 | E6 | 49 | 42 |
| Octal | 151 | 177 | 350 | 67 | 55 | 0 | 11 | 346 | 111 | 102 |
| Binary | 1101001 | 1111111 | 11101000 | 110111 | 101101 | 0 | 1001 | 11100110 | 1001001 | 1000010 |
Color Harmonies of #697FE8
Complementary color
Monochromatic Colors of #697FE8
Black with #697FE8
Text Example
Text Example
White with #697FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697FE8; }
p { color: rgb(105,127,232); }
H1.HeaderClassName
{
color: #697FE8;
}
.AnyTagClassName
{
color: #697FE8;
}
</style>
background-color css
<style>
a { background-color: #697FE8; }
a { background-color: rgb(105,127,232); }
div.DivClassName
{
background-color: #697FE8;
}
.BgClassName
{
background-color: #697FE8;
}
</style>
border-color css
<style>
span { border-color: #697FE8; }
span { border-color: rgb(105,127,232); }
td.TdClassName
{
border-color: #697FE8;
}
.TagClassName
{
border-color: #697FE8;
}
</style>