#699AE5

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

Shades of Cornflower Blue #699AE5

Tints of Cornflower Blue #699AE5

Color information

#699AE5 (or 0x699AE5) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9A and E5. RGB value is (105,154,229). Sum of RGB (Red+Green+Blue) = 105+154+229=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #699AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699AE5 is #96651A. Grayscale: #939393. Windows color (decimal): -9856283 or 15047273. OLE color: 15047273.

HSL color Cylindrical-coordinate representation of color #699AE5: hue angle of 216.29º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #699AE5 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB105154229-
CMYK0.540.3300.10
HSL216.29º70.45%65.49%-
HSV(B)216.29º54.15%89.8%-
XYZ31.5231.7778.6-
YUV147.9173.7797.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.52%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 229 (89.84% from 255) = 46.93%
R=21.52%
G=31.56%
B=46.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1051542290.540.3300.10216.2970.4565.49
Hex699AE536210Ad84641
Octal1512323456641012330106101
Binary11010011001101011100101110110100001010101101100010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699AE5; }

 p { color: rgb(105,154,229); }

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

<style>
 a { background-color: #699AE5; }

 a { background-color: rgb(105,154,229); }

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

<style>
 span { border-color: #699AE5; }

 span { border-color: rgb(105,154,229); }

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