#698FEC

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

Shades of Cornflower Blue #698FEC

Tints of Cornflower Blue #698FEC

Color information

#698FEC (or 0x698FEC) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8F and EC. RGB value is (105,143,236). Sum of RGB (Red+Green+Blue) = 105+143+236=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #698FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698FEC is #967013. Grayscale: #8D8D8D. Windows color (decimal): -9859092 or 15503209. OLE color: 15503209.

HSL color Cylindrical-coordinate representation of color #698FEC: hue angle of 222.6º degrees, saturation: 0.78, 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 #698FEC is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105143236-
CMYK0.560.3900.07
HSL222.6º77.51%66.86%-
HSV(B)222.6º55.51%92.55%-
XYZ30.7928.783.27-
YUV142.24180.91101.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.69%
GREEN value IS 143 (56.25% from 255) = 29.55%
BLUE value IS 236 (92.58% from 255) = 48.76%
R=21.69%
G=29.55%
B=48.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051432360.560.3900.07222.677.5166.86
Hex698FEC382707df4e43
Octal151217354704707337116103
Binary1101001100011111110110011100010011101111101111110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,143,236); }

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

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

 a { background-color: rgb(105,143,236); }

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

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

 span { border-color: rgb(105,143,236); }

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