#697BD9

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

Shades of Cornflower Blue #697BD9

Tints of Cornflower Blue #697BD9

Color information

#697BD9 (or 0x697BD9) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7B and D9. RGB value is (105,123,217). Sum of RGB (Red+Green+Blue) = 105+123+217=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #697BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BD9 is #968426. Grayscale: #7F7F7F. Windows color (decimal): -9864231 or 14252905. OLE color: 14252905.

HSL color Cylindrical-coordinate representation of color #697BD9: hue angle of 230.36º 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 #697BD9 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105123217-
CMYK0.520.4300.15
HSL230.36º59.57%63.14%-
HSV(B)230.36º51.61%85.1%-
XYZ25.4322.1868.59-
YUV128.33178.04111.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.60%
GREEN value IS 123 (48.44% from 255) = 27.64%
BLUE value IS 217 (85.16% from 255) = 48.76%
R=23.60%
G=27.64%
B=48.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051232170.520.4300.15230.3659.5763.14
Hex697BD9342B0Fe63c3f
Octal15117333164530173467477
Binary11010011111011110110011101001010110111111100110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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