Shades of Cornflower Blue #697BFA
Tints of Cornflower Blue #697BFA
RGB
CMYK
RGB Variations
Color information
#697BFA (or 0x697BFA) is known color: Cornflower Blue. HEX triplet: 69, 7B and FA. RGB value is (105,123,250). Sum of RGB (Red+Green+Blue) = 105+123+250=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #697BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697BFA is #968405. Grayscale: #838383. Windows color (decimal): -9864198 or 16415593. OLE color: 16415593.
HSL color Cylindrical-coordinate representation of color #697BFA: hue angle of 232.55º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #697BFA is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 123 | 250 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.02 |
| HSL | 232.55º | 0.94% | 0.7% | - |
| HSV(B) | 232.55º | 0.58% | 0.98% | - |
| XYZ | 30.16 | 24.07 | 93.5 | - |
| YUV | 132.1 | 194.54 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 250 | 0.58 | 0.51 | 0 | 0.02 | 232.55 | 0.94 | 0.7 |
| Hex | 69 | 7B | FA | 3A | 33 | 0 | 2 | E9 | 5E | 46 |
| Octal | 151 | 173 | 372 | 72 | 63 | 0 | 2 | 351 | 136 | 106 |
| Binary | 1101001 | 1111011 | 11111010 | 111010 | 110011 | 0 | 10 | 11101001 | 1011110 | 1000110 |
Color Harmonies of #697BFA
Complementary color
Monochromatic Colors of #697BFA
Black with #697BFA
Text Example
Text Example
White with #697BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697BFA; }
p { color: rgb(105,123,250); }
H1.HeaderClassName
{
color: #697BFA;
}
.AnyTagClassName
{
color: #697BFA;
}
</style>
background-color css
<style>
a { background-color: #697BFA; }
a { background-color: rgb(105,123,250); }
div.DivClassName
{
background-color: #697BFA;
}
.BgClassName
{
background-color: #697BFA;
}
</style>
border-color css
<style>
span { border-color: #697BFA; }
span { border-color: rgb(105,123,250); }
td.TdClassName
{
border-color: #697BFA;
}
.TagClassName
{
border-color: #697BFA;
}
</style>