#699BEF

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

Shades of Cornflower Blue #699BEF

Tints of Cornflower Blue #699BEF

Color information

#699BEF (or 0x699BEF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9B and EF. RGB value is (105,155,239). Sum of RGB (Red+Green+Blue) = 105+155+239=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #699BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699BEF is #966410. Grayscale: #959595. Windows color (decimal): -9856017 or 15702889. OLE color: 15702889.

HSL color Cylindrical-coordinate representation of color #699BEF: hue angle of 217.61º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699BEF is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB105155239-
CMYK0.560.3500.06
HSL217.61º80.72%67.45%-
HSV(B)217.61º56.07%93.73%-
XYZ33.1332.6886.22-
YUV149.63178.4496.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.04%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 239 (93.75% from 255) = 47.90%
R=21.04%
G=31.06%
B=47.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1051552390.560.3500.06217.6180.7267.45
Hex699BEF382306da5143
Octal151233357704306332121103
Binary1101001100110111110111111100010001101101101101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699BEF; }

 p { color: rgb(105,155,239); }

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

<style>
 a { background-color: #699BEF; }

 a { background-color: rgb(105,155,239); }

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

<style>
 span { border-color: #699BEF; }

 span { border-color: rgb(105,155,239); }

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