Shades of Cornflower Blue #697CFD
Tints of Cornflower Blue #697CFD
RGB
CMYK
RGB Variations
Color information
#697CFD (or 0x697CFD) is known color: Cornflower Blue. HEX triplet: 69, 7C and FD. RGB value is (105,124,253). Sum of RGB (Red+Green+Blue) = 105+124+253=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #697CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697CFD is #968302. Grayscale: #848484. Windows color (decimal): -9863939 or 16612457. OLE color: 16612457.
HSL color Cylindrical-coordinate representation of color #697CFD: hue angle of 232.3º degrees, saturation: 0.97, 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 #697CFD is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 124 | 253 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.01 |
| HSL | 232.3º | 0.97% | 0.7% | - |
| HSV(B) | 232.3º | 0.58% | 0.99% | - |
| XYZ | 30.76 | 24.51 | 96.04 | - |
| YUV | 133.03 | 195.71 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 253 | 0.58 | 0.51 | 0 | 0.01 | 232.3 | 0.97 | 0.7 |
| Hex | 69 | 7C | FD | 3A | 33 | 0 | 1 | E8 | 61 | 46 |
| Octal | 151 | 174 | 375 | 72 | 63 | 0 | 1 | 350 | 141 | 106 |
| Binary | 1101001 | 1111100 | 11111101 | 111010 | 110011 | 0 | 1 | 11101000 | 1100001 | 1000110 |
Color Harmonies of #697CFD
Complementary color
Monochromatic Colors of #697CFD
Black with #697CFD
Text Example
Text Example
White with #697CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CFD; }
p { color: rgb(105,124,253); }
H1.HeaderClassName
{
color: #697CFD;
}
.AnyTagClassName
{
color: #697CFD;
}
</style>
background-color css
<style>
a { background-color: #697CFD; }
a { background-color: rgb(105,124,253); }
div.DivClassName
{
background-color: #697CFD;
}
.BgClassName
{
background-color: #697CFD;
}
</style>
border-color css
<style>
span { border-color: #697CFD; }
span { border-color: rgb(105,124,253); }
td.TdClassName
{
border-color: #697CFD;
}
.TagClassName
{
border-color: #697CFD;
}
</style>