#697DDB

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

Shades of Cornflower Blue #697DDB

Tints of Cornflower Blue #697DDB

Color information

#697DDB (or 0x697DDB) is unknown color: approx Cornflower Blue. HEX triplet: 69, 7D and DB. RGB value is (105,125,219). Sum of RGB (Red+Green+Blue) = 105+125+219=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #697DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DDB is #968224. Grayscale: #818181. Windows color (decimal): -9863717 or 14384489. OLE color: 14384489.

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

Color convert

RGB105125219-
CMYK0.520.4300.14
HSL229.47º61.29%63.53%-
HSV(B)229.47º52.05%85.88%-
XYZ25.9522.7870.05-
YUV129.74178.37110.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.39%
GREEN value IS 125 (49.22% from 255) = 27.84%
BLUE value IS 219 (85.94% from 255) = 48.78%
R=23.39%
G=27.84%
B=48.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051252190.520.4300.14229.4761.2963.53
Hex697DDB342B0Ee53d40
Octal151175333645301634575100
Binary110100111111011101101111010010101101110111001011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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