#698DDE

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

Shades of Cornflower Blue #698DDE

Tints of Cornflower Blue #698DDE

Color information

#698DDE (or 0x698DDE) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8D and DE. RGB value is (105,141,222). Sum of RGB (Red+Green+Blue) = 105+141+222=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #698DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DDE is #967221. Grayscale: #8B8B8B. Windows color (decimal): -9859618 or 14585193. OLE color: 14585193.

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

Color convert

RGB105141222-
CMYK0.530.3600.13
HSL221.54º63.93%64.12%-
HSV(B)221.54º52.7%87.06%-
XYZ28.5427.3372.88-
YUV139.47174.57103.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.44%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 222 (87.11% from 255) = 47.44%
R=22.44%
G=30.13%
B=47.44%

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
Decimal1051412220.530.3600.13221.5463.9364.12
Hex698DDE35240Dde4040
Octal1512153366544015336100100
Binary11010011000110111011110110101100100011011101111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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