Shades of Cornflower Blue #697CFC
Tints of Cornflower Blue #697CFC
RGB
CMYK
RGB Variations
Color information
#697CFC (or 0x697CFC) is known color: Cornflower Blue. HEX triplet: 69, 7C and FC. RGB value is (105,124,252). Sum of RGB (Red+Green+Blue) = 105+124+252=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #697CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697CFC is #968303. Grayscale: #848484. Windows color (decimal): -9863940 or 16546921. OLE color: 16546921.
HSL color Cylindrical-coordinate representation of color #697CFC: hue angle of 232.24º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #697CFC is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 124 | 252 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.01 |
| HSL | 232.24º | 0.96% | 0.7% | - |
| HSV(B) | 232.24º | 0.58% | 0.99% | - |
| XYZ | 30.6 | 24.45 | 95.2 | - |
| YUV | 132.91 | 195.21 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 252 | 0.58 | 0.51 | 0 | 0.01 | 232.24 | 0.96 | 0.7 |
| Hex | 69 | 7C | FC | 3A | 33 | 0 | 1 | E8 | 60 | 46 |
| Octal | 151 | 174 | 374 | 72 | 63 | 0 | 1 | 350 | 140 | 106 |
| Binary | 1101001 | 1111100 | 11111100 | 111010 | 110011 | 0 | 1 | 11101000 | 1100000 | 1000110 |
Color Harmonies of #697CFC
Complementary color
Monochromatic Colors of #697CFC
Black with #697CFC
Text Example
Text Example
White with #697CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CFC; }
p { color: rgb(105,124,252); }
H1.HeaderClassName
{
color: #697CFC;
}
.AnyTagClassName
{
color: #697CFC;
}
</style>
background-color css
<style>
a { background-color: #697CFC; }
a { background-color: rgb(105,124,252); }
div.DivClassName
{
background-color: #697CFC;
}
.BgClassName
{
background-color: #697CFC;
}
</style>
border-color css
<style>
span { border-color: #697CFC; }
span { border-color: rgb(105,124,252); }
td.TdClassName
{
border-color: #697CFC;
}
.TagClassName
{
border-color: #697CFC;
}
</style>