#698EDE

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

Shades of Cornflower Blue #698EDE

Tints of Cornflower Blue #698EDE

Color information

#698EDE (or 0x698EDE) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8E and DE. RGB value is (105,142,222). Sum of RGB (Red+Green+Blue) = 105+142+222=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #698EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EDE is #967121. Grayscale: #8B8B8B. Windows color (decimal): -9859362 or 14585449. OLE color: 14585449.

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

Color convert

RGB105142222-
CMYK0.530.3600.13
HSL221.03º63.93%64.12%-
HSV(B)221.03º52.7%87.06%-
XYZ28.6827.6272.93-
YUV140.06174.24103-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.39%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 222 (87.11% from 255) = 47.33%
R=22.39%
G=30.28%
B=47.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051422220.530.3600.13221.0363.9364.12
Hex698EDE35240Ddd4040
Octal1512163366544015335100100
Binary11010011000111011011110110101100100011011101110110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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