Shades of Cornflower Blue #697FDC
Tints of Cornflower Blue #697FDC
RGB
CMYK
RGB Variations
Color information
#697FDC (or 0x697FDC) is known color: Cornflower Blue. HEX triplet: 69, 7F and DC. RGB value is (105,127,220). Sum of RGB (Red+Green+Blue) = 105+127+220=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #697FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FDC is #968023. Grayscale: #828282. Windows color (decimal): -9863204 or 14450537. OLE color: 14450537.
HSL color Cylindrical-coordinate representation of color #697FDC: hue angle of 228.52º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #697FDC is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 127 | 220 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.14 |
| HSL | 228.52º | 0.62% | 0.64% | - |
| HSV(B) | 228.52º | 0.52% | 0.86% | - |
| XYZ | 26.33 | 23.35 | 70.83 | - |
| YUV | 131.02 | 178.21 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 220 | 0.52 | 0.42 | 0 | 0.14 | 228.52 | 0.62 | 0.64 |
| Hex | 69 | 7F | DC | 34 | 2A | 0 | E | E5 | 3E | 40 |
| Octal | 151 | 177 | 334 | 64 | 52 | 0 | 16 | 345 | 76 | 100 |
| Binary | 1101001 | 1111111 | 11011100 | 110100 | 101010 | 0 | 1110 | 11100101 | 111110 | 1000000 |
Color Harmonies of #697FDC
Complementary color
Monochromatic Colors of #697FDC
Black with #697FDC
Text Example
Text Example
White with #697FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697FDC; }
p { color: rgb(105,127,220); }
H1.HeaderClassName
{
color: #697FDC;
}
.AnyTagClassName
{
color: #697FDC;
}
</style>
background-color css
<style>
a { background-color: #697FDC; }
a { background-color: rgb(105,127,220); }
div.DivClassName
{
background-color: #697FDC;
}
.BgClassName
{
background-color: #697FDC;
}
</style>
border-color css
<style>
span { border-color: #697FDC; }
span { border-color: rgb(105,127,220); }
td.TdClassName
{
border-color: #697FDC;
}
.TagClassName
{
border-color: #697FDC;
}
</style>