#698BFB

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

Shades of Cornflower Blue #698BFB

Tints of Cornflower Blue #698BFB

Color information

#698BFB (or 0x698BFB) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8B and FB. RGB value is (105,139,251). Sum of RGB (Red+Green+Blue) = 105+139+251=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #698BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698BFB is #967404. Grayscale: #8D8D8D. Windows color (decimal): -9860101 or 16485225. OLE color: 16485225.

HSL color Cylindrical-coordinate representation of color #698BFB: hue angle of 226.03º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #698BFB is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105139251-
CMYK0.580.4500.02
HSL226.03º94.81%69.8%-
HSV(B)226.03º58.17%98.43%-
XYZ32.4728.4395.04-
YUV141.6189.74101.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.21%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 251 (98.44% from 255) = 50.71%
R=21.21%
G=28.08%
B=50.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051392510.580.4500.02226.0394.8169.8
Hex698BFB3A2D02e25f46
Octal151213373725502342137106
Binary110100110001011111110111110101011010101110001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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