#698AE1

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

Shades of Cornflower Blue #698AE1

Tints of Cornflower Blue #698AE1

Color information

#698AE1 (or 0x698AE1) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8A and E1. RGB value is (105,138,225). Sum of RGB (Red+Green+Blue) = 105+138+225=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #698AE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698AE1 is #96751E. Grayscale: #898989. Windows color (decimal): -9860383 or 14781033. OLE color: 14781033.

HSL color Cylindrical-coordinate representation of color #698AE1: hue angle of 223.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #698AE1 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB105138225-
CMYK0.530.3900.12
HSL223.5º66.67%64.71%-
HSV(B)223.5º53.33%88.24%-
XYZ28.526.6274.87-
YUV138.05177.07104.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.44%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 225 (88.28% from 255) = 48.08%
R=22.44%
G=29.49%
B=48.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1051382250.530.3900.12223.566.6764.71
Hex698AE135270Ce04341
Octal1512123416547014340103101
Binary11010011000101011100001110101100111011001110000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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