#698AE9

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

Shades of Cornflower Blue #698AE9

Tints of Cornflower Blue #698AE9

Color information

#698AE9 (or 0x698AE9) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8A and E9. RGB value is (105,138,233). Sum of RGB (Red+Green+Blue) = 105+138+233=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #698AE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698AE9 is #967516. Grayscale: #8A8A8A. Windows color (decimal): -9860375 or 15305321. OLE color: 15305321.

HSL color Cylindrical-coordinate representation of color #698AE9: hue angle of 224.53º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #698AE9 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB105138233-
CMYK0.550.4100.09
HSL224.53º74.42%66.27%-
HSV(B)224.53º54.94%91.37%-
XYZ29.6227.0680.75-
YUV138.96181.07103.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.06%
GREEN value IS 138 (54.30% from 255) = 28.99%
BLUE value IS 233 (91.41% from 255) = 48.95%
R=22.06%
G=28.99%
B=48.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1051382330.550.4100.09224.5374.4266.27
Hex698AE9372909e14a42
Octal1512123516751011341112102
Binary11010011000101011101001110111101001010011110000110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698AE9; }

 p { color: rgb(105,138,233); }

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

<style>
 a { background-color: #698AE9; }

 a { background-color: rgb(105,138,233); }

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

<style>
 span { border-color: #698AE9; }

 span { border-color: rgb(105,138,233); }

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