#698DED

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

Shades of Cornflower Blue #698DED

Tints of Cornflower Blue #698DED

Color information

#698DED (or 0x698DED) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8D and ED. RGB value is (105,141,237). Sum of RGB (Red+Green+Blue) = 105+141+237=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #698DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698DED is #967212. Grayscale: #8C8C8C. Windows color (decimal): -9859603 or 15568233. OLE color: 15568233.

HSL color Cylindrical-coordinate representation of color #698DED: hue angle of 223.64º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #698DED is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105141237-
CMYK0.560.4100.07
HSL223.64º78.57%67.06%-
HSV(B)223.64º55.7%92.94%-
XYZ30.6428.1783.94-
YUV141.18182.07102.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.74%
GREEN value IS 141 (55.47% from 255) = 29.19%
BLUE value IS 237 (92.97% from 255) = 49.07%
R=21.74%
G=29.19%
B=49.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051412370.560.4100.07223.6478.5767.06
Hex698DED382907e04f43
Octal151215355705107340117103
Binary1101001100011011110110111100010100101111110000010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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