Shades of Cornflower Blue #697ADC
Tints of Cornflower Blue #697ADC
RGB
CMYK
RGB Variations
Color information
#697ADC (or 0x697ADC) is known color: Cornflower Blue. HEX triplet: 69, 7A and DC. RGB value is (105,122,220). Sum of RGB (Red+Green+Blue) = 105+122+220=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #697ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ADC is #968523. Grayscale: #7F7F7F. Windows color (decimal): -9864484 or 14449257. OLE color: 14449257.
HSL color Cylindrical-coordinate representation of color #697ADC: hue angle of 231.13º 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 #697ADC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 122 | 220 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.14 |
| HSL | 231.13º | 0.62% | 0.64% | - |
| HSV(B) | 231.13º | 0.52% | 0.86% | - |
| XYZ | 25.7 | 22.09 | 70.62 | - |
| YUV | 128.09 | 179.87 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 220 | 0.52 | 0.45 | 0 | 0.14 | 231.13 | 0.62 | 0.64 |
| Hex | 69 | 7A | DC | 34 | 2D | 0 | E | E7 | 3E | 40 |
| Octal | 151 | 172 | 334 | 64 | 55 | 0 | 16 | 347 | 76 | 100 |
| Binary | 1101001 | 1111010 | 11011100 | 110100 | 101101 | 0 | 1110 | 11100111 | 111110 | 1000000 |
Color Harmonies of #697ADC
Complementary color
Monochromatic Colors of #697ADC
Black with #697ADC
Text Example
Text Example
White with #697ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697ADC; }
p { color: rgb(105,122,220); }
H1.HeaderClassName
{
color: #697ADC;
}
.AnyTagClassName
{
color: #697ADC;
}
</style>
background-color css
<style>
a { background-color: #697ADC; }
a { background-color: rgb(105,122,220); }
div.DivClassName
{
background-color: #697ADC;
}
.BgClassName
{
background-color: #697ADC;
}
</style>
border-color css
<style>
span { border-color: #697ADC; }
span { border-color: rgb(105,122,220); }
td.TdClassName
{
border-color: #697ADC;
}
.TagClassName
{
border-color: #697ADC;
}
</style>