#698DE1

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

Shades of Cornflower Blue #698DE1

Tints of Cornflower Blue #698DE1

Color information

#698DE1 (or 0x698DE1) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8D and E1. RGB value is (105,141,225). Sum of RGB (Red+Green+Blue) = 105+141+225=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #698DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DE1 is #96721E. Grayscale: #8B8B8B. Windows color (decimal): -9859615 or 14781801. OLE color: 14781801.

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

Color convert

RGB105141225-
CMYK0.530.3700.12
HSL222º66.67%64.71%-
HSV(B)222º53.33%88.24%-
XYZ28.9427.4975.01-
YUV139.81176.07103.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.29%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 225 (88.28% from 255) = 47.77%
R=22.29%
G=29.94%
B=47.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1051412250.530.3700.1222266.6764.71
Hex698DE135250Cde4341
Octal1512153416545014336103101
Binary11010011000110111100001110101100101011001101111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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