#698ADE

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

Shades of Cornflower Blue #698ADE

Tints of Cornflower Blue #698ADE

Color information

#698ADE (or 0x698ADE) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8A and DE. RGB value is (105,138,222). Sum of RGB (Red+Green+Blue) = 105+138+222=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #698ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ADE is #967521. Grayscale: #898989. Windows color (decimal): -9860386 or 14584425. OLE color: 14584425.

HSL color Cylindrical-coordinate representation of color #698ADE: hue angle of 223.08º 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 #698ADE is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105138222-
CMYK0.530.3800.13
HSL223.08º63.93%64.12%-
HSV(B)223.08º52.7%87.06%-
XYZ28.126.4572.73-
YUV137.71175.57104.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.58%
GREEN value IS 138 (54.30% from 255) = 29.68%
BLUE value IS 222 (87.11% from 255) = 47.74%
R=22.58%
G=29.68%
B=47.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051382220.530.3800.13223.0863.9364.12
Hex698ADE35260Ddf4040
Octal1512123366546015337100100
Binary11010011000101011011110110101100110011011101111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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