#697DD9

Color #697DD9 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #697DD9

Tints of Cornflower Blue #697DD9

Color information

#697DD9 (or 0x697DD9) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7D and D9. RGB value is (105,125,217). Sum of RGB (Red+Green+Blue) = 105+125+217=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 217 - color contains mainly: blue. Hex color #697DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DD9 is #968226. Grayscale: #818181. Windows color (decimal): -9863719 or 14253417. OLE color: 14253417.

HSL color Cylindrical-coordinate representation of color #697DD9: hue angle of 229.29º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #697DD9 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105125217-
CMYK0.520.4200.15
HSL229.29º59.57%63.14%-
HSV(B)229.29º51.61%85.1%-
XYZ25.6822.6868.67-
YUV129.51177.37110.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 23.49%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 217 (85.16% from 255) = 48.55%
R=23.49%
G=27.96%
B=48.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051252170.520.4200.15229.2959.5763.14
Hex697DD9342A0Fe53c3f
Octal15117533164520173457477
Binary11010011111101110110011101001010100111111100101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697DD9; }

 p { color: rgb(105,125,217); }

 H1.HeaderClassName
 {
   color: #697DD9;
 }
 .AnyTagClassName
 {
   color: #697DD9;
 }
</style>
background-color css

<style>
 a { background-color: #697DD9; }

 a { background-color: rgb(105,125,217); }

 div.DivClassName
 {
   background-color: #697DD9;
 }
 .BgClassName
 {
   background-color: #697DD9;
 }
</style>
border-color css

<style>
 span { border-color: #697DD9; }

 span { border-color: rgb(105,125,217); }

 td.TdClassName
 {
   border-color: #697DD9;
 }
 .TagClassName
 {
   border-color: #697DD9;
 }
</style>