#697BDE

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

Shades of Cornflower Blue #697BDE

Tints of Cornflower Blue #697BDE

Color information

#697BDE (or 0x697BDE) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7B and DE. RGB value is (105,123,222). Sum of RGB (Red+Green+Blue) = 105+123+222=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #697BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BDE is #968421. Grayscale: #808080. Windows color (decimal): -9864226 or 14580585. OLE color: 14580585.

HSL color Cylindrical-coordinate representation of color #697BDE: hue angle of 230.77º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #697BDE is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105123222-
CMYK0.530.4500.13
HSL230.77º63.93%64.12%-
HSV(B)230.77º52.7%87.06%-
XYZ26.0922.4472.06-
YUV128.9180.54110.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.33%
GREEN value IS 123 (48.44% from 255) = 27.33%
BLUE value IS 222 (87.11% from 255) = 49.33%
R=23.33%
G=27.33%
B=49.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051232220.530.4500.13230.7763.9364.12
Hex697BDE352D0De74040
Octal1511733366555015347100100
Binary1101001111101111011110110101101101011011110011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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