#698BFF

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

Shades of Cornflower Blue #698BFF

Tints of Cornflower Blue #698BFF

Color information

#698BFF (or 0x698BFF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8B and FF. RGB value is (105,139,255). Sum of RGB (Red+Green+Blue) = 105+139+255=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #698BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698BFF is #967400. Grayscale: #8D8D8D. Windows color (decimal): -9860097 or 16747369. OLE color: 16747369.

HSL color Cylindrical-coordinate representation of color #698BFF: hue angle of 226.4º 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 #698BFF is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105139255-
CMYK0.590.4500
HSL226.4º100%70.59%-
HSV(B)226.4º58.82%100%-
XYZ33.1128.6998.4-
YUV142.06191.74101.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.04%
GREEN value IS 139 (54.69% from 255) = 27.86%
BLUE value IS 255 (100% from 255) = 51.10%
R=21.04%
G=27.86%
B=51.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051392550.590.4500226.410070.59
Hex698BFF3B2D00e26447
Octal151213377735500342144107
Binary11010011000101111111111111011101101001110001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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