#698EF2

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

Shades of Cornflower Blue #698EF2

Tints of Cornflower Blue #698EF2

Color information

#698EF2 (or 0x698EF2) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8E and F2. RGB value is (105,142,242). Sum of RGB (Red+Green+Blue) = 105+142+242=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #698EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698EF2 is #96710D. Grayscale: #8D8D8D. Windows color (decimal): -9859342 or 15896169. OLE color: 15896169.

HSL color Cylindrical-coordinate representation of color #698EF2: hue angle of 223.8º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #698EF2 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105142242-
CMYK0.570.4100.05
HSL223.8º84.05%68.04%-
HSV(B)223.8º56.61%94.9%-
XYZ31.5328.7687.89-
YUV142.34184.24101.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.47%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 242 (94.92% from 255) = 49.49%
R=21.47%
G=29.04%
B=49.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1051422420.570.4100.05223.884.0568.04
Hex698EF2392905e05444
Octal151216362715105340124104
Binary1101001100011101111001011100110100101011110000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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