#698EFF

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

Shades of Cornflower Blue #698EFF

Tints of Cornflower Blue #698EFF

Color information

#698EFF (or 0x698EFF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8E and FF. RGB value is (105,142,255). Sum of RGB (Red+Green+Blue) = 105+142+255=502 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.92% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #698EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698EFF is #967100. Grayscale: #8F8F8F. Windows color (decimal): -9859329 or 16748137. OLE color: 16748137.

HSL color Cylindrical-coordinate representation of color #698EFF: hue angle of 225.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698EFF is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105142255-
CMYK0.590.4400
HSL225.2º100%70.59%-
HSV(B)225.2º58.82%100%-
XYZ33.5529.5798.55-
YUV143.82190.74100.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.92%
GREEN value IS 142 (55.86% from 255) = 28.29%
BLUE value IS 255 (100% from 255) = 50.80%
R=20.92%
G=28.29%
B=50.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051422550.590.4400225.210070.59
Hex698EFF3B2C00e16447
Octal151216377735400341144107
Binary11010011000111011111111111011101100001110000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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